Memory Pool Memory Pool Refreshing

1,184 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,173 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (751,227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,530 156,530 00000000000003a4162ad58b85b0546cb032e08f0ec6b104886b3d61b406405f 0.03 MB 97 41
156,529 156,529 0000000000000d58cd618740a29081a038872d11ac020babace78e975733f27c 0.02 MB 39 201
156,528 156,528 00000000000005b3f3df2a686f5a8a757a07b59e043980028c8f353883c9a4b1 0.02 MB 35 225
156,527 156,527 0000000000000a6872ff3e6c989b61eedad2436fde75097b1d2366cf7a3a2fa0 0.00 MB 1 0
156,526 156,526 0000000000000f42d89484b57d0932352687c8236a0d9d479a83fd93f32ec497 0.04 MB 71 193
156,525 156,525 00000000000006fdedcf5997aa10d5d2b0a3d8b5e72a9e716a01f7742ba493fb 0.04 MB 146 8
156,524 156,524 00000000000005711dde21df761c0664a325c14ce816b2d982f16be78a095ef1 0.01 MB 16 157
156,523 156,523 00000000000000f2a88974ffa55e5224379fb625c8e2838af07b84a703b820d4 0.01 MB 24 383
156,522 156,522 0000000000000e5b238028daae468fab30c79a8218b8cfd6b8fcc0808db89698 0.00 MB 19 91
156,521 156,521 0000000000000b1d5cadb67c173bdb3ddc0f9a7028bcc210f45699644a97c72d 0.01 MB 15 9
156,520 156,520 00000000000006a03506775ca826ad4d64e4837ff437b4ce2e1ad252ac365365 0.02 MB 53 132
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
Previous 10 blocks ↓
Total Size: 769.09 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,628.34 GB sent, 93.35 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.