Loading Tool

Explorer IconExplorer

Memory Pool

49,973 transactions
30.12 vMB
0.09936068 BTC
Random Selection Loading Transactions
Max Size: 161.18/200 MB

Candidate Block

Mining Attempt 8b681d00c2bd6f7f43ce08246cae9709ef249b67b418347d89245c747aeb9551
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 9e19b152aa7a7396539ed69cb403fd218c56e58ebe6e77ee5c1058a2d25efc4a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,309
Size: 1.00 vMB
Total Fees: 0.02972486 BTC
Feerates: 80.71 > 2.98 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (271,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
642,944 642,944 0000000000000000000fd967e3c23d29c798096395959d0c8c35473c45de1cec 2,890 1.00/1.00 vMB 57
642,943 642,943 0000000000000000000f49c69985825abb49a46e12cc504064c5813192c49d0e 2,078 1.00/1.00 vMB 84
642,942 642,942 00000000000000000008df7f2ef9e03010e7076d3b098e0ca3d6a2db3f08e00f 1,855 1.00/1.00 vMB 4
642,941 642,941 00000000000000000004439dda0097d0974546177b0b6441443ce64d4140bba1 2,656 1.00/1.00 vMB 42
642,940 642,940 0000000000000000000914b830d1ed5c54a2e598174c65747401bbcfbe35b42a 3,147 1.00/1.00 vMB 142
642,939 642,939 00000000000000000004e282876df21168709629efb363722913679bbc0a3441 822 1.00/1.00 vMB 14
642,938 642,938 0000000000000000000a0ca4e53e3caae6f8ea2a4c7488b502a58cd9b2ffb4a0 1,974 1.00/1.00 vMB 40
642,937 642,937 00000000000000000001441c4467f283d69cdd6ccc0e60fa6bc1a2aee2a6f77b 126 1.00/1.00 vMB 3
642,936 642,936 00000000000000000006850c35b4c296b5b04b7f9d6bbae85249e428fdd82728 1,952 1.00/1.00 vMB 33
642,935 642,935 0000000000000000000db48fefcbc9d389071be990b0ff07b02d3ea1f1e880f5 2,541 1.00/1.00 vMB 32
642,934 642,934 00000000000000000004dc51074f00e2ca6e0fa4f92983c62d53b81b90b6b5ad 2,824 1.00/1.00 vMB 89
642,933 642,933 000000000000000000020e9dcb578565a84cdb209806feb70df46ec1132ee514 2,795 1.00/1.00 vMB 77
642,932 642,932 000000000000000000063f17290cc1c47d959d9a471008d920625d8460462070 1,579 1.00/1.00 vMB 22
642,931 642,931 00000000000000000000d94d22a7a867986aa6f7b6e36c6c3fdcac18b1ecc8b1 1 0.00/1.00 vMB 0
642,930 642,930 0000000000000000000a75725e3eb71071db66e7ef11381833703c1803ac427a 2,039 1.00/1.00 vMB 81
642,929 642,929 0000000000000000000bb97deb03d9930b4b2ccaf0c5d11e75d71044212175f0 1,542 1.00/1.00 vMB 28
642,928 642,928 0000000000000000000e12d8b2be238b9899e0f20872e76ffef35cbcd4c11456 1,994 1.00/1.00 vMB 81
642,927 642,927 0000000000000000000e1301b3a9ec2a0e318edf703eb97d93d3cf0db5047517 559 1.00/1.00 vMB 16
642,926 642,926 0000000000000000000356f20016e1d41a1b16a6dc1c1872f8a258cf31f264ff 1,412 1.00/1.00 vMB 13
642,925 642,925 00000000000000000002f44c6e80e7ce036945f7a88436efb4b8ff430512c9ba 2,162 1.00/1.00 vMB 85
642,924 642,924 00000000000000000007c3fbe20750e01fad9b140067127b4a820a928ce58e62 1,324 1.00/1.00 vMB 148
Previous 10 blocks ↓
Total Size: 782.06 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: 651.10 GB
    • Received: 13.40 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.