Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,989 transactions (4.60 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,268 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,856 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,267 (864,798 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,469 44,469 0000000009861aee0dda2b86157ea3d74ea6c1a03f9b89e772bc968865e46299 0.00 MB 1 0
44,468 44,468 000000003622040e8b42055042d436301b1942824cc67c3dd5a3a19bf944772f 0.00 MB 1 0
44,467 44,467 000000000d6414d62918dd524e9f909cc11249ba0bb2b3f03c2544f6cad96296 0.00 MB 1 0
44,466 44,466 00000000366c37909a2e514e7af71086e93ae31c867b8d37ebb38bc33fb417f9 0.00 MB 1 0
44,465 44,465 000000001a8f2283706f38fcb9383b66dfd8bdb2debecb65e81ef7fd196f2727 0.00 MB 1 0
44,464 44,464 0000000031d7c1f7b20ea20d5be043f4c89f740aac9f3774ea34e8770984cf85 0.00 MB 1 0
44,463 44,463 00000000229d7a7cfbfdf4d2f1d6d786680e720a522e0576a182d55ab2bd8325 0.00 MB 1 0
44,462 44,462 000000001cf02d8d43729669a0bb5e776d45daecdc2c95aa6728f7f582bdbeaa 0.00 MB 1 0
44,461 44,461 000000000275d4d915d99559f9ab486876303cf06c1764858a10418714a23638 0.00 MB 1 0
44,460 44,460 00000000279f962ea6ee94b88d28bd4dcf53b752a0658730555b4629bac40239 0.00 MB 1 0
44,459 44,459 0000000004996c5816984b63921b759944f8e2bbaccbc15f75975e0e4e60a8f0 0.00 MB 1 0
44,458 44,458 0000000012a06f7564d59896250c723204c003b19698c8f26f3b1d89f03048e2 0.00 MB 1 0
44,457 44,457 000000000e76ad2602406f83240b2f4651ad6beb96985bc2d9da9791442eb3a1 0.00 MB 1 0
44,456 44,456 0000000014002ddfa1299dd658b0f6022ff42347acba6c729018c741c9fb4333 0.00 MB 1 0
44,455 44,455 0000000012ae817281b42104a30b10f3d847928656c91c1ebb93491871e22b08 0.00 MB 1 0
44,454 44,454 00000000209a94d0cca5a837dde5a3d0a1f30912458e5ce23d3f7f53e180885e 0.00 MB 1 0
44,453 44,453 0000000018173c9deee7b0799c5b3e275d9861ffe7f36802cec75e2661155181 0.00 MB 1 0
44,452 44,452 00000000235024f660fba49f75bd2fdae834f838a66e74fa30deb3bd47ddddf3 0.00 MB 1 0
44,451 44,451 0000000021c1f74fa2c03e883ba9abe20c9b8b674fc71aeaffe8e4bf704b85bf 0.00 MB 1 0
44,450 44,450 000000002d7a5393baedb7cca93717216f5278caa46cb1f703dc26054d4b03c8 0.00 MB 1 0
44,449 44,449 00000000018f5d5e094ac9c57fbe1a06b8f8b075464045cfeb4c8b2a78ac6124 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.03 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,043.28 GB sent, 108.19 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.