Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,930 transactions (0.85 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,764 000000000000000000022b910000000000000000000000000000000000000000 ago 0.84 vMB 2,928 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,763 (896,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,036 15,036 00000000f0fde837d9876e74f28789b537e3695b7f90b63cde0a259abbaf6cef 0.00 MB 1 0
15,035 15,035 0000000054557c313a152fdd7d4f2cd0d324138fbf827c9cd99da45ff5301ed0 0.00 MB 1 0
15,034 15,034 000000000a9995ecae9d60acfb3e2c4fb7790ec4a23aebbd7a48c138da661a8e 0.00 MB 1 0
15,033 15,033 000000004e930c423e392537086fe2ab4152834f6f52f62bb51764bda666f28a 0.00 MB 1 0
15,032 15,032 00000000b14c5fcc91ac46e84313706428b8c046049237285eb9d3c7175dd18b 0.00 MB 1 0
15,031 15,031 0000000015f836742fe9835b1dedfe367c0e54cc938d2350b9f2abf3941a7c81 0.00 MB 1 0
15,030 15,030 000000007a603c82f250cd9504f5fd327fd3f32e442e547b7c0e0fb56f2555c0 0.00 MB 1 0
15,029 15,029 000000006f892c7be607f60bd77f260bc00607825cf7e7d49a7d3f8eba3696d2 0.00 MB 1 0
15,028 15,028 000000000251d3c033a40eae5b79cf5e54086f34fc9ef5ec01ab3989cffcb926 0.00 MB 1 0
15,027 15,027 0000000033214debae73b8822e4eb71358d47fe6728a1ee8883dc7e27860201e 0.00 MB 1 0
15,026 15,026 00000000a2ab9e3ae866abf23ab945729b69cb58e2cc1d87ad494b26f66f955e 0.00 MB 1 0
15,025 15,025 00000000176b49724522dfe6bf0fa37b9f894404b28e01942c35fbab59aad2f7 0.00 MB 1 0
15,024 15,024 000000003f2c2b5c17025ba8344a11b674692cfab4b0fe8941442a041c9085e3 0.00 MB 1 0
15,023 15,023 000000006a0bcf94b426a72892c298df725dcb0395be3620e6a37039357c78f6 0.00 MB 1 0
15,022 15,022 0000000067857419c2b616f1cc585e85c43d3c42614de7f9d509b6a8c006f61a 0.00 MB 1 0
15,021 15,021 00000000a146d94446bc6e21224c523d07384d33c53a1f82f71c84e99572b471 0.00 MB 1 0
15,020 15,020 00000000cc8e2b5df96f8c859c80e07f429151ec67c8e1f11b7f419fff99fcac 0.00 MB 1 0
15,019 15,019 00000000a734d3c1ee53a26a1fa45002b10da437af4e6ba72f5ffc9bb7b5ed93 0.00 MB 1 0
15,018 15,018 0000000085c33c539416186fe7390cb3cacc3244285d9974ac0c42a9414c17b6 0.00 MB 1 0
15,017 15,017 00000000af443cde0dcc71ae82f8d0c1c36d94c51a2155f3536a37ca6e2260dd 0.00 MB 1 0
15,016 15,016 00000000841ed0392920905ebeed01c41f9a40399f8ab0dc7c8496257e7ee5e6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.64 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,429.88 GB sent, 131.79 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.