Memory Pool Memory Pool Refreshing

5,005 transactions
2.56 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,826 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,680 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,825 (787,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
120,396 120,396 0000000000002bb89b28f938ecb59db4f7de7e5d3b1c840a741c0dc3beb94a70 0.02 MB 93 80
120,395 120,395 000000000000862c98dd7ab486f1fb7cb695fda49ae6981466b1b54a51a22eed 0.00 MB 13 311
120,394 120,394 0000000000001b3cea73b93cd5c244d3413b8bf68153c5004f49b7d0c1c30cf3 0.01 MB 19 557
120,393 120,393 0000000000002358edc47649a8431ee4de7cbb5cc09b98d4c35400758ddf781c 0.01 MB 29 669
120,392 120,392 0000000000005826d8b7e25011136d556f578a343530bf7f894ac57e3a00b09f 0.01 MB 45 0
120,391 120,391 0000000000002118d40c13953f2dff0f412b8ab007b9aa51f3ef4f10cd64ff2b 0.01 MB 16 858
120,390 120,390 000000000000189f206ad51117b2acef9b7dd4369b26f6b5ec6d3b414463188e 0.00 MB 9 821
120,389 120,389 0000000000006f8626f894d65524eef50869ee25289c99fe85bb1bdba5274e46 0.00 MB 11 356
120,388 120,388 00000000000023fea4330837effd3f95a1c129701d10028b8cb13028fd4b25f6 0.00 MB 1 0
120,387 120,387 0000000000008ecc345ddffea4ec57b81e5183da8c6ba0590e0365a85ba86a7a 0.01 MB 19 445
120,386 120,386 0000000000009fb4dec91d1850749fb60fb27afcd00bf299735bff2a49ecbc39 0.03 MB 109 0
120,385 120,385 000000000000a2245b88c36b177abdc668e0fe6501fb24680c335bc1ed9933e9 0.01 MB 7 108
120,384 120,384 00000000000062ac0392dcc6aaf7b99a0d8bd106114d56cb6553d41952ad1b61 0.02 MB 62 120
120,383 120,383 0000000000008fdf23e2a8d58a6e47a9f09913ad0b8f8507e0490385fba59ca3 0.10 MB 361 10
120,382 120,382 000000000000384aaa66371e8af15328ea4aa4d475ea7d4f1e6d3d1327d44c90 0.00 MB 10 0
120,381 120,381 0000000000006c7215a73cf271736b863f5b652adcc65fde23039e0617c7b264 0.00 MB 18 0
120,380 120,380 0000000000006d78669bea62203bea67188e4ecd122f9f0f81bca9a9c08fd130 0.01 MB 31 852
120,379 120,379 0000000000005e462fad2f84abb9ee1c3b3cf8c5813cf67557677a0c588d601b 0.00 MB 5 0
120,378 120,378 000000000000808c100176ba70deffc49a06a33e650df92d0fca994834975596 0.01 MB 17 991
120,377 120,377 0000000000003ac7fbf623b587f1f8696015407b2b068724f4e6c3fccdf50da9 0.01 MB 15 775
120,376 120,376 00000000000060334c8574f436735b941d5275c07fbe856ea8430825745820bd 0.01 MB 33 937
Previous 10 blocks ↓
Total Size: 769.21 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.56 GB sent, 94.01 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.