Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,501 transactions (0.88 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 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,822 000000000000000000022b910000000000000000000000000000000000000000 0.87 vMB 2,486 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,821 (896,794 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
15,015 15,015 000000002632892559cdb26952d6729b39db9832aa3e4660b2876588e647966d 0.00 MB 1 0
15,014 15,014 00000000e3b7ceaf79cff1631c21960df1742bb8a52fdf369cb3f1d67a1cb3cf 0.00 MB 1 0
15,013 15,013 000000000f4574808d8c3b5fcfc6bb49cd2c3e9e4d5d213d7e6a47b7186c6108 0.00 MB 1 0
15,012 15,012 000000009023a0ae404b63221692f4695bb6b2883bedb1a2df44ee9b0015f15e 0.00 MB 1 0
15,011 15,011 00000000340a301c84fee7800ca694ca64e9fc8124334bf5111796c105e19131 0.00 MB 1 0
15,010 15,010 00000000aeb0f853c4c1472eba34de96bdd9f8a2d979a7a6cb0a07660e32a7ba 0.00 MB 1 0
15,009 15,009 000000006a995f79021b066925c2d3ad95786ffad5ebac0cd96d836491744fda 0.00 MB 1 0
15,008 15,008 000000005468f4cc47806aa5d6f7f3066d3a4d9bf3b9c26dfcc57b96c07a90c4 0.00 MB 1 0
15,007 15,007 00000000907468e34ac9690add7848426a67e8ed723b2dbdbcf487d9c5791a30 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.76 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,464.03 GB sent, 132.37 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.