Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

393 transactions (0.10 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,890 000000000000000000022cb30000000000000000000000000000000000000000 0.09 vMB 350 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,889 (839,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,247 70,247 00000000004fe87077f3f0cd27bc600a36fe5f334e810566986df9928bb66b17 0.00 MB 2 0
70,246 70,246 00000000010365b0a16d1ad7d3796fdf5525751c47f34214673cdb0be3f2d5b9 0.00 MB 5 0
70,245 70,245 00000000012ffebdf5b9b4a7f1f4b9dc3fdd8a0ecb357be11d70ea8b615f74d7 0.01 MB 3 0
70,244 70,244 0000000000426044c3c7cf8eb8ce572c7804e29969bdc68ff01640b449be85b8 0.00 MB 2 0
70,243 70,243 000000000066af6e4299bce80d86784487f19e205ec4310abc8feb6d4317be59 0.00 MB 1 0
70,242 70,242 0000000001145aab81a9f78b83e8eafd392c7d9e84541ed9c5e41d5150334bcf 0.00 MB 1 0
70,241 70,241 00000000014c8ac94193c777bc209e5634ad70099783774c7bbed466f0a9fd8f 0.00 MB 2 0
70,240 70,240 0000000000c43063664f5426a8f548f0e077abc5a61064bbf594daf17bf4e57a 0.00 MB 1 0
70,239 70,239 00000000013f1ef632ea9ea815a08592797ac0ad81c7a9403908ece1c2135f6b 0.00 MB 2 0
70,238 70,238 00000000013c022084281054f75447261a470836002dfbf3d564e94310025f37 0.00 MB 2 0
70,237 70,237 00000000004ca464560bc146c7c3547b8cce48204f2facb020bd7ffc499241f8 0.00 MB 2 0
70,236 70,236 000000000114431ad1a67047d9ad35925196c7a2015451db561c66cb958ab781 0.00 MB 1 0
70,235 70,235 000000000165858db11af04f977a73d98ffdf610cdbf882af74f54dbe617536f 0.00 MB 1 0
70,234 70,234 0000000000cf847d4a1b3d7fb4180fc4c7588366fc49394c78ca77d893caed3f 0.00 MB 1 0
70,233 70,233 000000000085d2a2373b790b1e8352b40ed139b7a402fc3035b8c7d71410a6f0 0.00 MB 1 0
70,232 70,232 00000000002953f8f9b77f55095ef8ec99c8dba31bc81d09029a263b2947671a 0.00 MB 1 0
70,231 70,231 0000000000700da4fe7aaa1ac325a53336d477b166da5b8eebe7bfd25966a79d 0.00 MB 1 0
70,230 70,230 0000000001442b6abd11fee5525a667c90e696beebb04fd7a82b6de4f9afe33f 0.00 MB 1 0
70,229 70,229 00000000004465ed012ff3f1686d53657d69f92ebad2c16f5bb10929973a07d7 0.00 MB 5 0
70,228 70,228 0000000000d60ae9a6069f63d8a0ee3b0e084c137183c5ee5dd342e222f627ec 0.00 MB 1 0
70,227 70,227 0000000000b91193afdd66630d2fb816243bbefd945849a80f1b36515ca563d3 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 773.20 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,171.15 GB sent, 114.32 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.