Memory Pool Memory Pool Refreshing

525 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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,706 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 522 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (786,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,418 121,418 00000000000037ef205af09a8afa27714c350c49d03b950d291fe9f31807c0ea 0.00 MB 12 0
121,417 121,417 0000000000002a2b9c8aeb42c955334b66c728d0eebf83aafaef6f7280fb8e6a 0.00 MB 13 0
121,416 121,416 00000000000026339ba72d16e7c5069c5cd9880d526144591fcad6ee00f2b3fc 0.01 MB 23 308
121,415 121,415 0000000000001bbf43c4337cb466f3d2b5073b89ab8e345f206e8a2481dab118 0.00 MB 10 284
121,414 121,414 0000000000001c284618efbc3475d2043e5ae27987d481ddcaf410e4c340be8e 0.00 MB 13 0
121,413 121,413 0000000000002b68b5c40a63c0ed30d9fd3440a8fd624234b110cd6d96e7e37f 0.00 MB 14 0
121,412 121,412 0000000000004c4f2b50d5ab0a449b3df3855b9520f2a8f93a2944d197af4063 0.00 MB 10 506
121,411 121,411 00000000000048f191b1ad6c5df18cfa1d5b2fda0a124442452f808711ddfb75 0.00 MB 6 342
121,410 121,410 0000000000002a7c731caa9e52116e490ab067d6ab64d8b1f507df2aae0c3bdd 0.00 MB 9 0
121,409 121,409 00000000000057659e42fae53e6c33e356df2fb72b03571aec725f030bc254f4 0.00 MB 13 0
121,408 121,408 0000000000006922ef69b0894191a8520b5a6eb5b13097ae906281c36184fa07 0.00 MB 8 0
121,407 121,407 000000000000714705e1ff9636d0a9cd29531b01f501d3a67b923a60e1d196a1 0.01 MB 23 348
121,406 121,406 000000000000654a0cfbbb25b98af51cef0707a20ee3d7acfa731d4266b91405 0.00 MB 6 0
121,405 121,405 00000000000074ada85a32803f077f417fd7c426aa13f81584b718752bf26e94 0.01 MB 11 554
121,404 121,404 0000000000000ea30eeccf4a9bc5fafb1b16a7603bfbbba0c3759e28fe4a74b2 0.00 MB 13 0
121,403 121,403 0000000000007fff85bcf782d1677758d6492db17d38f81f9c6bed5c97db0880 0.01 MB 24 114
121,402 121,402 0000000000007543b17444d958c5c82cb37285dfc6516d92c6d59cad8c6d19df 0.00 MB 1 0
121,401 121,401 0000000000007195b81899c85c41ea0ed36184ac5302c30ca2cfd5e7e2345952 0.00 MB 9 0
121,400 121,400 0000000000006fb74e83091e4af7ad8d5718584b73cd6f9eff8a665280a14947 0.00 MB 6 338
121,399 121,399 0000000000004fe54f8cccdd190c2607f650e9760bb3047d11f30ae58af959ef 0.00 MB 13 0
121,398 121,398 0000000000007b98d8efdc930749238b6157c52a3e8b2fd98f317e4df2de4389 0.00 MB 10 349
Previous 10 blocks ↓
Total Size: 769.00 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,616.61 GB sent, 92.77 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.