Memory Pool Memory Pool Refreshing

4,190 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,831 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,176 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,830 (790,295 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,535 117,535 00000000000084bb68260e9268232cea86fbc6fd38a78d31a7728b4bb9e1b50b 0.01 MB 19 812
117,534 117,534 00000000000089ab7c61c548f53d455c6504db30b2fb22f166a3e6a1beed4711 0.00 MB 13 0
117,533 117,533 00000000000058f625fd36a8d2e39b3c02ed8b5be80ae5a1d7171627f304348f 0.00 MB 7 319
117,532 117,532 0000000000003c0ebdcae510f11a9f8501a4060182be3831a4db751e6de77b0a 0.00 MB 11 0
117,531 117,531 00000000000054a5217a2281b1636af8cf68523a3da031c250210de44348a7d7 0.00 MB 13 2,339
117,530 117,530 000000000000b7e4cad526af68be6f63800c704982cb3e2dc8d53b58c93fbf36 0.00 MB 9 872
117,529 117,529 00000000000048fd62b449cd52d96fccf7a6ff969908dc30d3da14e3d9aa3a93 0.00 MB 11 670
117,528 117,528 000000000000562e5d4ccdfe10fc184264ce66c37f593f4ae8e6d77f18994feb 0.00 MB 8 350
117,527 117,527 00000000000080de4f7bac64e8870108de4f6aeae03e66dd31af33a30900bd6b 0.00 MB 10 347
117,526 117,526 000000000000918590ae0dc54bcbf4894de9ed6d4341d6e591ca01c80542fcc6 0.00 MB 12 0
117,525 117,525 0000000000009803df347177215aeeff0a1de70dae0a87555a3396e51ec73777 0.00 MB 12 1,597
117,524 117,524 000000000000c572481e4d43cca0e24d0d2f8075a104c46198e65f23c344d8f8 0.02 MB 42 765
117,523 117,523 0000000000008f7ce641d4bbc162a06ea89ce61c429f5a6365463cc149a3293e 0.00 MB 13 0
117,522 117,522 000000000000c8f55c66d4248526771339c9104eed96841c6fa1ed0294b32f85 0.00 MB 12 906
117,521 117,521 00000000000077d553a775effee721f69c3aef95b5ad373337aa5408d4cf19ec 0.01 MB 14 952
117,520 117,520 0000000000005a2d6f19aee27289f49f9db16a2d30ac2bf00918703e2f27f383 0.01 MB 19 1,836
117,519 117,519 0000000000008a9a54b7690a6ad7c043032c3ef08e81350d45be7446abd7bcb5 0.00 MB 13 1,790
117,518 117,518 00000000000091b4f3544d2d1ec3abcfe6d2803e01f70ab399baa3b53bd0cd90 0.00 MB 13 307
117,517 117,517 000000000000879881bd9ca6d082fa019c7568283480b059b9a4dc8dd2d1879d 0.00 MB 16 1,336
117,516 117,516 0000000000007b6d95f69036d5e0965ccfcbe80effa3e264cee4099ccec23848 0.00 MB 5 4,136
117,515 117,515 0000000000006cfbe032c664585d9e0a90dbd02e675f4d0f4e9714d12752d0c7 0.00 MB 3 1,286
Previous 10 blocks ↓
Total Size: 769.22 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,634.68 GB sent, 94.05 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.