Loading Tool

Explorer IconExplorer

Memory Pool

39,258 transactions
28.91 vMB
0.07390130 BTC
Random Selection Loading Transactions
Max Size: 146.31/200 MB

Candidate Block

Mining Attempt 1a6ddd50dccb750c0143fdae2c0aa3ca658ae6a268b10118b2f7aae056380d4f
Version 20000000
Previous Block 00000000000000000000a6d144bf09442c4791163349c498643bd27a23fdd463
Merkle Root f0932eedf19def1562143d81b7c634cc6dd53580d5426ccdb6ca1357f830a3e2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,782
Size: 1.00 vMB
Total Fees: 0.01776936 BTC
Feerates: 100.36 > 1.78 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,576 (784,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,793 129,793 000000000000173081662f41aaf47846099331aa3ace580533105ca354be170c 3 0.00/1.00 vMB 3,875
129,792 129,792 00000000000003d69f78e286a273b54fdeb9a702c1354fb553a06b621f1f9039 59 0.02/1.00 vMB 1,070
129,791 129,791 0000000000000a6543735a594479ebd48c8572e3fe9abf160a496bac7116ce9b 26 0.01/1.00 vMB 927
129,790 129,790 00000000000011929c79885ce1a2b6f55247bb1fcac969638864be715771f560 31 0.02/1.00 vMB 353
129,789 129,789 0000000000000a00d5d48cb58aa08bd18e22c12bcb05d30d7298daa8704dc4aa 81 0.03/1.00 vMB 455
129,788 129,788 0000000000000bb74c392757768da8471eff12a26c596e45518898a0638dee2c 18 0.01/1.00 vMB 1,214
129,787 129,787 0000000000000ca80e9ee8029d0a6de3707ea20716e1dd151ffaeabcf3821372 9 0.00/1.00 vMB 310
129,786 129,786 0000000000001d438b9531d03912fd5b655a1f7d4694381507db604e2b3baf86 67 0.02/1.00 vMB 43
129,785 129,785 00000000000010a66ade6d097004cd9a52af579ddfcf0666f610c975fba58928 8 0.00/1.00 vMB 1,001
129,784 129,784 0000000000000194a74f9ca61e566039922e8a2f0932c4d0181884c1ad50d883 14 0.00/1.00 vMB 1,155
129,783 129,783 00000000000016727b76093c2234a23ec27067979a36786a06c515688f64014e 51 0.02/1.00 vMB 510
129,782 129,782 00000000000000d073f2ab44d69e9e05f298fbbee74e666b1f70e515fc3028f9 6 0.00/1.00 vMB 1,504
129,781 129,781 0000000000000c1345d97a9e7104bf8c280be8cb7deb175e1425d8dd2993b24d 61 0.03/1.00 vMB 1,275
129,780 129,780 0000000000000c0b31b55a7d8a10b0c408f9997b269a8e7ccfeb3d21f5056c32 77 0.03/1.00 vMB 1,962
129,779 129,779 00000000000006cd87b9823c649773641b453e309883a9df751bb0548b9a1517 30 0.01/1.00 vMB 286
129,778 129,778 0000000000000d492f9ea5983d707809200b78d8516d8b5654dc7c9a432953df 20 0.01/1.00 vMB 867
129,777 129,777 00000000000004310d4119c546c9a8ca62de0517b3539c7136f2dc57bb88caea 31 0.02/1.00 vMB 1,110
129,776 129,776 000000000000071462c4442bd985b828dfd4e3fc621b8148b2e419825756d14d 7 0.00/1.00 vMB 1,574
129,775 129,775 0000000000000cb4d544ad59741c7f7dada4c0a37a8e455e738003241ebc4628 89 0.03/1.00 vMB 1,981
129,774 129,774 0000000000001c4942ec2e248fa714d31ae48896a19bdbfca91187697b994dc0 121 0.04/1.00 vMB 284
129,773 129,773 00000000000016fe2cbe894c6d29c81161ae0f517890ec3d64a01f6fafdf70f2 36 0.02/1.00 vMB 841
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.40 GB
    • Received: 11.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.