Loading Tool

Explorer IconExplorer

Memory Pool

79,706 transactions
29.70 vMB
0.07970907 BTC
Random Selection Loading Transactions
Max Size: 178.44/200 MB

Candidate Block

Mining Attempt 82be42e8f1ea3174c594a11e7cc9bd3cd2f99f5d94fc31edb72d7a478a305d9f
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root 8a3a0159881592a0c210426b80459b7ca5aca0f2ab74a45e4aa1fb2433eccde7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,303
Size: 1.00 vMB
Total Fees: 0.01931025 BTC
Feerates: 502.65 > 1.94 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (158,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
756,919 756,919 00000000000000000000ce4e22978e5813cf84a9610769949fb6b0e8df152d04 371 0.21/1.00 vMB 10
756,918 756,918 000000000000000000010a9c831de0792a26617d21406ffb610202c705c1952a 415 0.13/1.00 vMB 9
756,917 756,917 000000000000000000044fab8f3041a41eb36ad7717ff6cb12b73f11fb82e6b9 711 0.80/1.00 vMB 2
756,916 756,916 0000000000000000000229123c4910d222a1471e8998cb21ad5e2a64711a1a21 1,212 1.00/1.00 vMB 3
756,915 756,915 0000000000000000000735545e26c4c6894101d015b24d52a7be295e638e5096 2,944 1.00/1.00 vMB 10
756,914 756,914 00000000000000000005c600d3d9ce73cc90e1d18a25e85b75757ab87bb96573 1,626 1.00/1.00 vMB 5
756,913 756,913 00000000000000000001514434c4c237e00381d435c9cd383a75420a1f0852c7 2,430 1.00/1.00 vMB 14
756,912 756,912 00000000000000000003ff9e35389928afc2c9537d6993401750db92a251d3d0 844 1.00/1.00 vMB 10
756,911 756,911 00000000000000000005542383a08083d531f3534a2662b30e94e7baf943b4e5 1,880 1.00/1.00 vMB 5
756,910 756,910 000000000000000000030c4dc1369599cb299b1f71fba6b9391a1b89798ea064 2,886 1.00/1.00 vMB 4
756,909 756,909 000000000000000000083d4244b5663eba2f5e32dc9bc9de9de73aed08c3c59b 2,847 1.00/1.00 vMB 12
756,908 756,908 0000000000000000000304829f634c84a986b29b1bbc35fa72a3035671732386 2,925 1.00/1.00 vMB 18
756,907 756,907 000000000000000000014b24f5ba6f5244689931739f9b607bab3fcb33c7563e 2,696 1.00/1.00 vMB 14
756,906 756,906 000000000000000000018b29453a7d2aca8dc428fbb84954d15a8f07b86ae8fd 1,503 1.00/1.00 vMB 3
756,905 756,905 00000000000000000000b49f4b83ac89d7eed7fee28ccbac3e2b20c3f67c2fb5 2,240 1.00/1.00 vMB 5
756,904 756,904 00000000000000000000ec5a267916bb4e3507bfa4062a15f4013e7b2f2dafdf 3,306 1.00/1.00 vMB 8
756,903 756,903 000000000000000000076a06717539ac3195ec56c0908c3bd46f40cdd5698b06 2,979 1.00/1.00 vMB 35
756,902 756,902 00000000000000000004721649e095e16b548be63d76d5bb50e961e474a5fbc7 2,316 1.00/1.00 vMB 7
756,901 756,901 00000000000000000003024dc7db64efff20dbf44a3613b5d8c0e1ccaef79889 3,281 1.00/1.00 vMB 19
756,900 756,900 00000000000000000003f1f6d66d18162408024827f6b1a9be670fc4a4c43213 2,799 1.00/1.00 vMB 5
756,899 756,899 000000000000000000009a4f2e539639e176ecca357795139c31ba20588fb8a7 1,572 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 665.18 GB
    • Received: 15.09 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.