Loading Tool

Explorer IconExplorer

Memory Pool

79,789 transactions
29.96 vMB
0.10228866 BTC
Random Selection Loading Transactions
Max Size: 180.86/200 MB

Candidate Block

Mining Attempt 5b320f90430322e75e8f6dcc55f3bdf7070ca6f45306ed39ffa28b3d90ba2340
Version 20000000
Previous Block 00000000000000000002062c598182760e2a42bfca1c5daff2d027e17aacdd70
Merkle Root e9a3b03589f2e36a28689f7e090817a0ce3c929673dd2c765a78a9b44ae02d92
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,801
Size: 1.00 vMB
Total Fees: 0.03378544 BTC
Feerates: 477.45 > 3.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,131 (414,456 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
500,675 500,675 00000000000000000079ce15c058d64072526e2c65cc051a5855484410b491a2 1,033 1.00/1.00 vMB 367
500,674 500,674 0000000000000000007a590899fa6842cdd909ca9db62391ae9a8b94c8548a02 2,173 1.00/1.00 vMB 690
500,673 500,673 00000000000000000082ef333b8e725601e9202e84bd50ad7d65915cd4a36b34 1,240 1.00/1.00 vMB 417
500,672 500,672 000000000000000000396f3048a01f2c772b0b5c9e597b5248829f9e8eb76c69 1,959 1.00/1.00 vMB 518
500,671 500,671 0000000000000000002df1015554d55090cb94d139e14aacade7ad08818a38de 1,861 1.00/1.00 vMB 620
500,670 500,670 000000000000000000090d0e0b995925817a118e9f5f5cde4646de4f67c7b212 1,175 1.00/1.00 vMB 386
500,669 500,669 00000000000000000010294c70d04f165c2bddff218dc3140cfcb3d994e50c8b 1,950 1.00/1.00 vMB 727
500,668 500,668 000000000000000000029ad84c700beca91395f750d18524db0879a61203f097 2,002 1.00/1.00 vMB 423
500,667 500,667 00000000000000000007a9c1a193738dafbb5a8553980364ffe152c57b61d9fb 1,866 1.00/1.00 vMB 356
500,666 500,666 0000000000000000002f61cf84076cf8c0c9c634c35a618cabfa07b42780452f 1,880 1.00/1.00 vMB 689
500,665 500,665 00000000000000000022aaae1bac709f67025d6f0ee6df32813922183f8c962b 2,369 1.00/1.00 vMB 529
500,664 500,664 0000000000000000007f2c52b95e6cbdd4200485edce2fba05eefa2e1ca86151 3,355 1.00/1.00 vMB 512
500,663 500,663 0000000000000000005d88bb4e3f70c3d401c97cc21cce1e3f5dc9c8678b4163 2,757 1.00/1.00 vMB 744
500,662 500,662 00000000000000000092b074587ed18d22a7a0f55fa5337fd6365e77e1f44a21 2,154 1.00/1.00 vMB 427
500,661 500,661 0000000000000000005fe5e82fce5d10f30bd1b70ff7991bbf41ff68eae1d99f 2,933 1.00/1.00 vMB 703
500,660 500,660 0000000000000000003934a240694ed52290ec8bfcfbab91a01f75a9a3ef4709 2,393 1.00/1.00 vMB 789
500,659 500,659 000000000000000000783851bff2d267a9d5299a2f9be720240ff244ceadfc23 2,576 1.00/1.00 vMB 926
500,658 500,658 00000000000000000047dc93fbbd20345b03bee37b6eac989a904640b03c8198 2,232 1.00/1.00 vMB 1,090
500,657 500,657 00000000000000000057d8d20e35aa0f0f0be881f5625a72c7d9f76d59faedd9 2,361 1.00/1.00 vMB 1,085
500,656 500,656 00000000000000000058eef1231d453c72144e614edb6d61bc6358b4a7f0090a 2,033 1.00/1.00 vMB 1,031
500,655 500,655 00000000000000000036a2a68bd637dc6dabfa5da6b5ef38464bf1491202126c 1,511 1.00/1.00 vMB 1,147
Previous 10 blocks ↓
Total Size: 782.62 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: 672.04 GB
    • Received: 16.12 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.