Memory Pool Memory Pool Refreshing

3,820 transactions
0.98 vMB
Show Random Selection Loading Transactions
Max Size: 6/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.96 vMB 3,729 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (425,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
482,396 482,396 000000000000000000a2eb29146b66be440475a526e5e75fa877eced301f27a5 1.00 MB 2,042 292
482,395 482,395 000000000000000000450197c9c4c0a492246eadeed1a6c954272bf66d46b9a7 1.00 MB 2,387 337
482,394 482,394 000000000000000000dceb9b59b79e1f03e3641276fbc83555b31b51a66825a4 0.75 MB 1,668 473
482,393 482,393 00000000000000000076b7fd687418b47d03e1ec33cea2d1ea77e7559a5d5ecf 1.00 MB 2,217 479
482,392 482,392 0000000000000000006100ac305ea0132a7412f0ede4191511d1b51abcd066c3 1.00 MB 1,944 357
482,391 482,391 000000000000000000659659e0569243e545ebd241d67488abfad8873d2143e8 1.00 MB 2,263 387
482,390 482,390 00000000000000000008e9c0da72635da7cc9828c2d764fdc85141a194bf80d7 1.00 MB 2,471 520
482,389 482,389 000000000000000000e6fda2da9750dbe2353737d7dcf1cb8b6ae01daae02d3b 1.00 MB 2,073 342
482,388 482,388 0000000000000000003509de477b9bac59ce3957e6b75ea9fde79ef3eefd1d3d 1.00 MB 2,010 407
482,387 482,387 000000000000000000929d15b6bc066605954faecae3f98db94d2ba582d4ea12 0.75 MB 1,900 508
482,386 482,386 0000000000000000012dedea4956fd78c4fd25ad805c897107caca08fe2d9d04 1.00 MB 1,804 480
482,385 482,385 000000000000000000a80ff7a445ede8e7a527851f9b2ea092e6718f5a023f4a 1.00 MB 2,151 420
482,384 482,384 000000000000000000dbc88726d9f10cc29fe8630c8ddddaab191401342c8c76 1.00 MB 2,350 315
482,383 482,383 000000000000000000b829250238b91e3717bb475e45e15629a83ca62bdb454f 1.00 MB 2,508 397
482,382 482,382 0000000000000000005a918e8b5f0371247b53ad3a4c0ce4b9a0b7a86279c1b6 1.00 MB 2,186 400
482,381 482,381 00000000000000000047c33679f714fd4b85d3dd866380790708e0aee5ffee4e 1.00 MB 2,407 402
482,380 482,380 000000000000000000d6692c53d60b4da97039edc5a5222ae0e20af8bbd95f14 1.00 MB 2,085 414
482,379 482,379 00000000000000000017a3e5f9b271388708fe747c4ecea904f55b8d3d73369f 1.00 MB 1,983 528
482,378 482,378 000000000000000000e4e17b80ecdd8323ff667a0ed4f673ee58f0ff96a55845 1.00 MB 1,796 380
482,377 482,377 000000000000000000ad356ae972ff2c98a38010a7e86500df95910e87609ca2 1.00 MB 2,342 366
482,376 482,376 0000000000000000000f833a7c24b274597f63bbf02b1437623a8c11c6852994 1.00 MB 2,075 455
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.62 GB sent, 92.78 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.