Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,136 transactions (3.00 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,251 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,538 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,250 (837,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,228 72,228 00000000003ba0bcd1a1d2da4bf353deb5d1ebf33693377cf4f251047bfc537a 0.00 MB 1 0
72,227 72,227 0000000000f63da575bf6f1f340e7e82a827b5e008ea308cc4681425bb3074f4 0.00 MB 1 0
72,226 72,226 0000000000846a199e79a22c8ccc231933cdfdaa4c0a35e0ae9bf65ebfec7c19 0.00 MB 1 0
72,225 72,225 0000000000c85886b8a6573d30a55ea9ab503b4e7e337302a44451d9d69dd952 0.00 MB 1 0
72,224 72,224 00000000003b6fc2dbfdee0b8e71911d655fbf7f9a485c8190bcccb62f843a6e 0.00 MB 3 0
72,223 72,223 00000000001d793fc6eb5cf769eddcf0448cfb98738e3ef65f0a06eeba554c2f 0.00 MB 1 0
72,222 72,222 0000000000d576dc09df38fedba3d18e299e1839aa257eafcbc49282e8572a8a 0.00 MB 2 0
72,221 72,221 0000000000a0dfd50758117cac9231c84339395ceb29b1bf126505b1109a5518 0.00 MB 1 0
72,220 72,220 0000000000a490cfd9eefea3417c70ec93db2e788a5f9080e2097cb36bc4b3cc 0.00 MB 1 0
72,219 72,219 00000000001bf2822f17edbdcd759aa3d1fffddaee2da491ee6cc5dfddfebb25 0.00 MB 3 0
72,218 72,218 00000000000e8a410229f0a58e035b05fe0b27ec9477f40b542f5dec540f6d5c 0.00 MB 1 0
72,217 72,217 000000000051a798fa1a438458795ce6034e6ad84df0811125274532e3dc620b 0.00 MB 1 0
72,216 72,216 0000000000f24f60abf885f73b1d2dfa1d823988198bb8c3ab0cdf0a1215c33d 0.00 MB 2 0
72,215 72,215 000000000048b90530441ed1895c628cdaa1573cbc58b49991c76d4a4ae6e8f8 0.00 MB 1 0
72,214 72,214 0000000000686f8082d49a239eb6191448e9dc4d3b68a6141448ad63d2086efc 0.00 MB 1 0
72,213 72,213 00000000000e2a7b71464d754c0ead848aa1f7b66b834f6c219a8d96f4190b69 0.00 MB 1 0
72,212 72,212 0000000000ef5066f54164b768aaf63a33626239accffd0c158793077a34f509 0.00 MB 3 0
72,211 72,211 00000000000d0704590e6c3a654d65324c77d348165e1928238691e95223a4dd 0.00 MB 1 0
72,210 72,210 0000000000e46893a22fce3eaa7f7ca8ae7105056874db5f48960d09a1bc199a 0.00 MB 1 0
72,209 72,209 0000000000ca4e1bc8a284b62723e52b27ab26a302acf76c0447bc7aee12fada 0.00 MB 2 0
72,208 72,208 00000000003fcd1fdd10ec8baccf1af19137257fc92ab1adda716939ae234507 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.00 GB

Node Information

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