Memory Pool Memory Pool Refreshing

6,861 transactions
2.23 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,695 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,440 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,694 (751,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,519 156,519 0000000000000a9f8277364d3193b0e74c560dbb96ef8f17c8fa00cfcae9da17 0.03 MB 62 208
156,518 156,518 000000000000037d4e9c02a28ffa4a8b0e6c1f6d9aafea11d089f0f9ab605aa6 0.05 MB 81 196
156,517 156,517 0000000000000a6aaf70dd994dae422a96b68852423e0eea51734a7dcb8244ce 0.03 MB 34 30
156,516 156,516 000000000000007488544e4f8c777e91aad6c2b0e769e6dafe9ec8b7b2340287 0.00 MB 7 23
156,515 156,515 0000000000000ceb0aa13319ecb49335c24f9ca5052517efe47303a55db458e0 0.00 MB 10 56
156,514 156,514 000000000000011a1bc4d33a9a3c2b3b99a4e4a9c9da8087b7335418f75a65e2 0.01 MB 22 61
156,513 156,513 00000000000001b10dbf18a78871b056cd7976e87841461622f8bd6db415a94b 0.01 MB 28 237
156,512 156,512 00000000000008cabe24504e68345d70a7b0e327f37650185360d4c7c012a1a1 0.04 MB 75 17
156,511 156,511 0000000000000cec4b1092db2a882894d45ca33c9136ad13031296ee54b7923e 0.05 MB 146 144
156,510 156,510 0000000000000ad68171ba9ae4a75f99943a9fcceaa62f1c0f392d8d5906d29b 0.00 MB 13 0
156,509 156,509 0000000000000f4bd895b218e4ce99a5105240d227823150f6e2022c31870461 0.02 MB 47 98
156,508 156,508 0000000000000c1b16e333f4f66fe0618f4fa5457390de7b7f130b256a921658 0.01 MB 20 0
156,507 156,507 0000000000000cb8ca80cac4d96b9b7277965db6a4f635b67b1b3153ea6f22af 0.02 MB 55 88
156,506 156,506 0000000000000dc7604e917b379644bdc7e5eabd4df4d261e62f2f7323ac4ab5 0.02 MB 44 94
156,505 156,505 0000000000000ade25e3567d0fe234edf91f966a15ea99b4434f160de89ea7e5 0.01 MB 17 72
156,504 156,504 00000000000000975912aab6b16e175508fa02a6f6cbd1fe648f6f9dbbef7b62 0.03 MB 85 1,960
156,503 156,503 00000000000007169e562472fb20f0e940fc2b17b8aa27be620c49f0da3abc14 0.00 MB 11 17
156,502 156,502 00000000000004416a2b6aca91b316b3596687f49c22a73f8046c669ed3d616e 0.00 MB 10 15
156,501 156,501 00000000000003c0c9011fc0195cc875799fe7a75e83ced5dbdc5bf4265c885e 0.01 MB 23 1,728
156,500 156,500 0000000000000455776c672951c51dd7cb482f0b27b9ea35737dc8f540b47daa 0.01 MB 26 112
156,499 156,499 00000000000004de93775a4123b6daced74af04843f0051f5475eb41f0121426 0.02 MB 61 98
Previous 10 blocks ↓
Total Size: 768.97 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: 1,615.71 GB sent, 92.68 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.