Loading Tool

Explorer IconExplorer

Memory Pool

76,490 transactions
28.59 vMB
0.10214896 BTC
Random Selection Loading Transactions
Max Size: 173.23/200 MB

Candidate Block

Mining Attempt c7d5da61544fffbacc3bbe7c6163fc2c8ca29635319d4459f12091410afbfae4
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root 9e45cbc44688915a75f3b42eca43337479aabec3ff2b81389d5f0e08e354a848
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,342
Size: 1.00 vMB
Total Fees: 0.04264686 BTC
Feerates: 101.65 > 4.27 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (351,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,101 564,101 00000000000000000024f4212ceb526bdbd0885ad1d82834267323728ef22a7f 1 0.00/1.00 vMB 0
564,100 564,100 00000000000000000011986f53838468eaf7dba03fbcbd949fdaaae9062a6d54 1,775 1.00/1.00 vMB 7
564,099 564,099 000000000000000000062f6cefbc3f61f8eb0330724925b121682569a7d58e05 1,889 1.00/1.00 vMB 19
564,098 564,098 00000000000000000007ddd6c57f818beeea5a5ebe2cab3bbc44e3a780ba8f99 2,335 1.00/1.00 vMB 17
564,097 564,097 00000000000000000000e381ed916a9abcb4beed650a1929507b71c3946f6f9a 2,253 1.00/1.00 vMB 28
564,096 564,096 0000000000000000001895b28b6266bca005bbf90f1ddda9c66653e62e7e0d79 2,137 1.00/1.00 vMB 38
564,095 564,095 00000000000000000019437531e8d0b92b13ffe2ebcca6dd71f08210865985ec 2,409 1.00/1.00 vMB 30
564,094 564,094 0000000000000000000ddd6c1a6fe926e3998fd6074dc425d4ac74931e284fad 2,454 1.00/1.00 vMB 16
564,093 564,093 00000000000000000022c0159bafa727c019b25a5ba780c1640912bf65f6dd1a 2,273 1.00/1.00 vMB 9
564,092 564,092 00000000000000000006f33c105d884d2b99a657cc045d5c38c8223037264ae9 2,804 1.00/1.00 vMB 32
564,091 564,091 0000000000000000000d50bc638416b9c11a6e852c55b8967848009a351d3a14 2,766 1.00/1.00 vMB 35
564,090 564,090 0000000000000000002a7df7f7038a89cbb9937e0f5875ff750173995704f511 3,209 1.00/1.00 vMB 54
564,089 564,089 00000000000000000019723234d65ad0ee194ad9b9cb712d757b22ad1b0ae5a9 1 0.00/1.00 vMB 0
564,088 564,088 00000000000000000014224dc3c3d695f802113b499615263b5481ec5eafdf4e 2,389 1.00/1.00 vMB 27
564,087 564,087 0000000000000000001303730346714fa5ce6f3753e79054f9f277421d53be3b 1,791 1.00/1.00 vMB 46
564,086 564,086 0000000000000000000005f411a36c0087a0f2d53789083b2cd17d9954b7e87a 2,183 1.00/1.00 vMB 33
564,085 564,085 000000000000000000277db2fda956fccdc09e4f44c30aec6e916b83ef2faf1f 1,910 1.00/1.00 vMB 10
564,084 564,084 00000000000000000019faf035555f6b8d73319874164b745ab2847cba445a03 1,520 1.00/1.00 vMB 16
564,083 564,083 0000000000000000001ac380b65e499f239bcba1e1ccb58a5ed949eb278558e6 1,683 1.00/1.00 vMB 11
564,082 564,082 0000000000000000000cab977b6e2efa5ee4ba2ab22a0fec54a8515bcd15c79a 2,968 1.00/1.00 vMB 18
564,081 564,081 000000000000000000074859da49c25b6d11c51949bb6dfe9292aefdc3067379 1,957 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.60 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.82 GB
    • Received: 16.02 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.