Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

16,550 transactions (5.11 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,865 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,836 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,864 (854,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,319 55,319 000000000be88ef5086f238afc46992d49854fc02e59048bb1450024a73c5377 0.00 MB 1 0
55,318 55,318 0000000000227960d03dd3a844b9fee49d291f3c1723d945e17992d769d05187 0.00 MB 1 0
55,317 55,317 000000000b0c8831b0c1d09b5f22d9438609909adc2143601a65fef3d17a58f2 0.00 MB 2 0
55,316 55,316 000000000b9786ce2e4284df565932e3b6e276f073870fcfe59145fa5ae51d48 0.00 MB 3 0
55,315 55,315 0000000010eb7f2d46f13ea57d209a1b0205fe5b362c434f55c0d3c98dca44d5 0.00 MB 1 0
55,314 55,314 000000000a0b2324221ffb66079fc118038994d7d0ba15da460775a9d5249f62 0.00 MB 1 0
55,313 55,313 0000000013e21f834d4bd270979683b08cc798f49d1b023331a64a0cba463465 0.00 MB 1 0
55,312 55,312 000000000a0736c408fddba51bef5ff3ab03bafe452a2d1aa18e4fe228a0465e 0.00 MB 1 0
55,311 55,311 000000001094c38c05ffe50f1d4fce523711f4b0849cfec174bccf8524cef713 0.00 MB 1 0
55,310 55,310 00000000084d5e71f4e034183adf075f790b7713d8fcd921063d043b17dc11bc 0.00 MB 1 0
55,309 55,309 000000000f876ea2c9dac23a255ebda6c04bea7df2c282e488b32baa69c1839b 0.00 MB 1 0
55,308 55,308 0000000008195401f0a9664e0e623db415cb3baaf54ad96ea4f7718c1b3a522b 0.00 MB 1 0
55,307 55,307 000000001384c5e78226257ecd9931131dec0e3638c316abcfd56e844cfcc737 0.00 MB 1 0
55,306 55,306 0000000011c4c79ba12365b291cfe633f7cda129086225cff5463eaedee36792 0.00 MB 1 0
55,305 55,305 000000000116536fa08ce8f67acc582b29e20b5667500eb3469a67416687fe35 0.00 MB 1 0
55,304 55,304 000000001337db78c0fc4744383e821a088ecb489a0bcfe3dac7697d2ae97596 0.00 MB 1 0
55,303 55,303 0000000012c2f8c95b1b3cbfe9a8d90f91a66f0ccba0e69156ed0738e000db55 0.00 MB 1 0
55,302 55,302 000000000df97a470f23df5df6943b86755b1134eb5d0ec9b0eecfab4bd22952 0.00 MB 1 0
55,301 55,301 000000000b005bc1ad8a6ebf2536164e9e59593dedd3b438188eb5397bad8311 0.00 MB 1 0
55,300 55,300 00000000070ab5aead89740f546d0027b5c6f47dfbb8401aff0c45a5b49f3218 0.00 MB 5 0
55,299 55,299 0000000004dcf9112cdbfa019ed7eb4c3fc6eecf135deeada21bc8a4d7628b81 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.14 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,167.90 GB sent, 114.11 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.