Loading Tool

Explorer IconExplorer

Memory Pool

81,379 transactions
29.80 vMB
0.12979656 BTC
Random Selection Loading Transactions
Max Size: 180.59/200 MB

Candidate Block

Mining Attempt cf16a7c6d1e2c94010633589b4e0eef2b85c71884c3a7873fc88bec873525070
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root 658d70c0c3157bb2e2b53044a1e76411b3fa3a0f957288a1e10b85a2cd5e1f7a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,794
Size: 1.00 vMB
Total Fees: 0.06208578 BTC
Feerates: 151.07 > 6.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (270,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
644,974 644,974 00000000000000000001c0a830faeb6ed0e450ea9d78fca200bc6d6a5c27eafa 1,242 0.64/1.00 vMB 12
644,973 644,973 0000000000000000000fe449a9549c9b99eb155b7df8e56d04ad5a66b52855f6 2,328 1.00/1.00 vMB 26
644,972 644,972 0000000000000000000ab5ac8c2f4fd5b9db671aff701589f0473382856e0438 2,888 1.00/1.00 vMB 70
644,971 644,971 0000000000000000000ae33812eaa667b1c6eaf0d86f0d66482bfb78d326bc1e 1,536 0.93/1.00 vMB 18
644,970 644,970 0000000000000000000ef5e6432e23d23e2ed130489f76141adb10e4fcff965c 1,184 1.00/1.00 vMB 18
644,969 644,969 0000000000000000000b11d8c42e0b9a54d598dcd2f73fcee9ae1780bfe55aa6 1,684 1.00/1.00 vMB 7
644,968 644,968 00000000000000000007bd4088bd3781ff57402e03114b9e8ff6981f3dbbd410 2,280 1.00/1.00 vMB 40
644,967 644,967 0000000000000000000cfee48da1606c23f88006bcf5ad9e25b1fa4cccddfc72 2,665 1.00/1.00 vMB 64
644,966 644,966 0000000000000000000ff034b87e19a3262df63d4953db7712c8e0f5e609b348 891 1.00/1.00 vMB 10
644,965 644,965 000000000000000000086c7d5d5625826e87f726552a25b3a70ca17a4bd2ceae 2,885 1.00/1.00 vMB 41
644,964 644,964 00000000000000000008ff5fe57f6d663f16a610c06825d635ba456c923d8979 2,641 1.00/1.00 vMB 41
644,963 644,963 0000000000000000000d2cc99fbdacbf122c04caae74cb867d320baf6c37c2f2 632 1.00/1.00 vMB 13
644,962 644,962 0000000000000000000e963346b7c6530fada1d2eee7957802217da459834c03 604 1.00/1.00 vMB 29
644,961 644,961 00000000000000000009b965aab2e3e003806b39aa16a86c9031eb0c56a1c5b5 2,789 1.00/1.00 vMB 35
644,960 644,960 0000000000000000000b5bac336f46318ccabe83831a49dea724b6ac2e30261e 1,810 1.00/1.00 vMB 22
644,959 644,959 000000000000000000044712efb41df40fb4bc2c8c15333f4fb0797d3e485558 2,819 1.00/1.00 vMB 47
644,958 644,958 000000000000000000039766dc46052e66b3a25e686bff1ddc34df6e9640ba9c 1,613 1.00/1.00 vMB 20
644,957 644,957 000000000000000000032c361458ba7234fb6fb358cdd0acda01601dd9340283 880 1.00/1.00 vMB 14
644,956 644,956 00000000000000000008971a9c0b4e7991565ca1d2692de7c9bd99f105de8d7d 1,184 1.00/1.00 vMB 11
644,955 644,955 0000000000000000000953b7b531e5c54ff55f9845389003db2b8c375508184d 643 1.00/1.00 vMB 7
644,954 644,954 0000000000000000000a92fbf719ff61af9bf0f87d8c64facfbd3afc05c71364 924 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.59 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: 671.66 GB
    • Received: 15.98 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.