Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,056 transactions (1.27 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,237 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,573 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,236 (894,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,993 16,993 0000000052d2c42a3dd79bb9ef563525db733799a124e77859b04f4c58fed9fd 0.00 MB 1 0
16,992 16,992 000000009bb5c35a510abcf78c9ce41ab8c369ff647ce5c8360d4af65684c91c 0.00 MB 1 0
16,991 16,991 00000000874f483da182ca12a2972cb7e6d95453c775629a424d16f50a19df52 0.00 MB 1 0
16,990 16,990 000000003db63b2dfcef8951da2766306f988d2100eb281116bc89391af9d375 0.00 MB 1 0
16,989 16,989 0000000024c38d3f8cefd067a9598546836504ba382091b3a02f67894541ebde 0.00 MB 1 0
16,988 16,988 0000000071d7445f1ad4d1b019a7b63cf6ca3939133802b46638f4c3003e0e96 0.00 MB 1 0
16,987 16,987 00000000b715ba3a4f488496beea045ec134adfd431d5993c03c8954af884f49 0.00 MB 1 0
16,986 16,986 0000000090ad023e04f1aeb1e2f32b10337d906c88ed374d642e3ba1319dd806 0.00 MB 1 0
16,985 16,985 00000000e4d84fc5f4c5e4ce0d1e7d814264fa3a76c0c0515ac8df9f8b611df1 0.00 MB 1 0
16,984 16,984 00000000ed774c8dac59c56d423c67cb5c606185c8d9cf5a343b8a53146b8d0a 0.00 MB 1 0
16,983 16,983 00000000c555d3c8cf096462fc988d9f2bd16b4fd2c0c6cda7bc842946965be0 0.00 MB 1 0
16,982 16,982 00000000b46fd8a43ac6458e58ac627972f8072b0ebb44be96c7a7082e4f9194 0.00 MB 1 0
16,981 16,981 000000006cf5ea6b534b946add087cbec2ba1b96a5703e0bed5bc4d76e747e18 0.00 MB 1 0
16,980 16,980 000000003fa9fdb06809eac1aeb6852c1cab650f12f2b90994a73e5af2f9a9d3 0.00 MB 1 0
16,979 16,979 00000000ed14452046d4f2b5694b66d5be828b1f128b71185309a80de5d1c0a8 0.00 MB 1 0
16,978 16,978 000000001f421ef1960112c140b73b4278a9c79229fd8ac218e188901930be83 0.00 MB 1 0
16,977 16,977 000000001ccb1051697e7d06decbf880879e66254278a2b7d6ca6187222f0992 0.00 MB 1 0
16,976 16,976 00000000e6fedd1ba5d4ee28af90461fdb64999ead67dd1e3e797390d5da91e4 0.00 MB 1 0
16,975 16,975 00000000ed6e21af63dc212c958e2e1108e9c423e9fac4ad8df0af7b498df99e 0.00 MB 1 0
16,974 16,974 0000000049cb234b7e4c87717a43d55924a9f84e89d601a2821f33a71d7f4887 0.00 MB 1 0
16,973 16,973 000000009ba308915bd308f30ab4ac42d180176f5e095b40034eb6ebc6d9c558 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.68 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,381.08 GB sent, 127.25 GB received

Notes

  • This page updates every 5 seconds.
  • 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.