Loading Tool

Explorer IconExplorer

Memory Pool

90,608 transactions
33.15 vMB
0.16637630 BTC
Random Selection Loading Transactions
Max Size: 199.87/200 MB

Candidate Block

Mining Attempt 7a84adeec24f2fcc75f73e9662ac9b688a2641adb52831fe83d2d911eec18e2a
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root fab33782fdfe4970fc6f1333a9ed0d28c8f9c47b1c16c32005bd0af85539be5e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,886
Size: 1.00 vMB
Total Fees: 0.06449300 BTC
Feerates: 627.82 > 6.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (526,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,807 388,807 00000000000000000ad83d309ca0c75175d132aa470e584ed66d256ac1550f8e 347 0.16/1.00 vMB 27
388,806 388,806 00000000000000000410888a3760bc532812f86a57fefed311f3ca7a57408231 1,965 1.00/1.00 vMB 31
388,805 388,805 0000000000000000018dda493f096dcd460e008a00b53b13aa02152c386b8c70 790 0.35/1.00 vMB 38
388,804 388,804 000000000000000000ec14a5d144994fb25dab4ee5080a7ecccbfef0a4b880b2 504 0.43/1.00 vMB 19
388,803 388,803 000000000000000006d14514891c1982162f6c03b7b633614501c49644b1e722 3,129 1.00/1.00 vMB 54
388,802 388,802 0000000000000000097ea71eadbeee707144429af6e00d4400db1cadfa3d41a8 1,441 0.68/1.00 vMB 37
388,801 388,801 00000000000000000135a4a21fc0af1b2ef79ebe3d4a680fe9c365f5e1663a81 1,219 0.75/1.00 vMB 28
388,800 388,800 00000000000000000b1b29a572af3a51a1088fb21004f7191af88af79d622c62 481 0.22/1.00 vMB 43
388,799 388,799 000000000000000003b636c6fb4636a2b381bbbd7a5903c539ab05dd7f0445f1 1,827 0.60/1.00 vMB 51
388,798 388,798 00000000000000000c5a9d2f0ed1ceaca7d9a6563d6584cd3e8502ebccb335ec 510 0.70/1.00 vMB 13
388,797 388,797 0000000000000000009776700e2b238fb56b9d649866a4494a66962838dca9a1 932 1.00/1.00 vMB 17
388,796 388,796 000000000000000008b1fb5c427b1f8365eff8f5f28aec9cb60bbcca72eb35cb 567 0.32/1.00 vMB 24
388,795 388,795 0000000000000000069ba00fe82df92da2f198bda55b843871dcc8313bc8f67b 2,245 0.75/1.00 vMB 46
388,794 388,794 000000000000000005203ce1eb3880b988577b6f79d72d3ddfb78202ffc04367 2 0.00/1.00 vMB 0
388,793 388,793 00000000000000000cb9fb08e90358d887a99ca612d1305c63920b5b5655170f 1,717 0.83/1.00 vMB 31
388,792 388,792 0000000000000000061960e6b1587f607f879796dad41b1fd372e59edea6d8bb 1,807 1.00/1.00 vMB 24
388,791 388,791 0000000000000000086b97916f6e0d5f2ce347d6f2e9d31a649ec2aa43fcd81c 2,841 1.00/1.00 vMB 65
388,790 388,790 000000000000000002d6180cb8816967498e45a3dc188afc0b80e460dda07e5e 1 0.00/1.00 vMB 0
388,789 388,789 0000000000000000010ce95ba8bf973f43c11f77f60e47a4be2ecab92f3dba34 1,372 0.76/1.00 vMB 25
388,788 388,788 00000000000000000497f638fc378166d2d14742d4b77187209fe5f32a57afe3 3,339 1.00/1.00 vMB 65
388,787 388,787 00000000000000000b098fc31574dbfc3c66750bc0a85f0f98c5def23c3d659e 1,606 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.52 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: 668.90 GB
    • Received: 15.63 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.