Loading Tool

Explorer IconExplorer

Memory Pool

34,209 transactions
25.75 vMB
0.05597311 BTC
Random Selection Loading Transactions
Max Size: 129.94/200 MB

Candidate Block

Mining Attempt 687281e6797fc508a9e70d2b02435c1c78ec79e18679d3da4a271cb8908d3d45
Version 20000000
Previous Block 00000000000000000001faef095747522e6e39b83b4f276b6c552d3f2d0925a1
Merkle Root e7d79121d7554744d4795a4dbcc1fd5aa8ea82e2251af11d963dc61ad31370c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,023
Size: 1.00 vMB
Total Fees: 0.00878515 BTC
Feerates: 532.98 > 0.88 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,657 (413,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
500,963 500,963 0000000000000000002e1d0a7d377dff2084c1577e94249839785f6fa5a14f2e 1,687 1.00/1.00 vMB 559
500,962 500,962 00000000000000000016c80f5556263c01e013182824eb80547acd44b29019c3 2,048 1.00/1.00 vMB 624
500,961 500,961 0000000000000000008891f12e610ecccd9e92940c5d805aa53c6f30ac250317 2,038 1.00/1.00 vMB 911
500,960 500,960 0000000000000000005cb08cd06cfb756e540e93dde2889ab30f4e3a5e9c2c3a 1,986 1.00/1.00 vMB 722
500,959 500,959 00000000000000000065fb6926d8d7735206c1361dc41ff28467d93e98a52236 1,279 1.00/1.00 vMB 411
500,958 500,958 0000000000000000004a0090d3a17492602a733a3579d5b0dc7fb4176997d7d4 498 1.00/1.00 vMB 167
500,957 500,957 000000000000000000421b159ece157bba755347a359e403e291723992448d26 1,461 1.00/1.00 vMB 454
500,956 500,956 00000000000000000051143d4b7a9dfd30169eeb4f0f841cb3b272fc3cad8960 1,924 1.00/1.00 vMB 396
500,955 500,955 0000000000000000002395327e691636a5cd6ec3ebed410a64113c03894ea543 1,845 1.00/1.00 vMB 805
500,954 500,954 0000000000000000008b57c8da52c30aa81909902793e6144a268aad59de3176 1,681 1.00/1.00 vMB 238
500,953 500,953 0000000000000000000dad7ec582b6fdd9a6671ddd3fbb9e151d6c65bc71c713 936 1.00/1.00 vMB 264
500,952 500,952 00000000000000000001c0af59e2891961f36e7ce81a0a3e787e68a1559aef28 1,447 1.00/1.00 vMB 411
500,951 500,951 0000000000000000004bccd177265b4e7b8425657046b31880099e53abff9d8a 2,236 1.00/1.00 vMB 641
500,950 500,950 00000000000000000052e8aff20b1a3d7dde5d76e0244fc478498e4fb34484cc 1,891 1.00/1.00 vMB 292
500,949 500,949 0000000000000000008d95a096114fcfcf990b8e99c6233726cd906f7c0cd466 1,824 1.00/1.00 vMB 345
500,948 500,948 0000000000000000003f60d134350f71a1a4a0788aa018eefbcb509d792aa865 1,690 1.00/1.00 vMB 737
500,947 500,947 0000000000000000002464ef854174f3b52681db786344b4dcd8660b1cba1dab 2,591 1.00/1.00 vMB 575
500,946 500,946 00000000000000000060575d8a9614e4823ce81edd4c49e61969f3addbfc8664 2,538 1.00/1.00 vMB 814
500,945 500,945 000000000000000000465d57d136f970e5dd1e227c4286fbc24b05105ffddf53 1,698 1.00/1.00 vMB 1,122
500,944 500,944 0000000000000000006a5709c74409ece09701d08a737b745209321c0d46954b 2,119 1.00/1.00 vMB 942
500,943 500,943 000000000000000000677989b1caea9ef31f77fe98713f001c59b7ef38bdfbc6 2,123 1.00/1.00 vMB 576
Previous 10 blocks ↓
Total Size: 781.79 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: 633.30 GB
    • Received: 12.19 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.