Memory Pool Memory Pool Refreshing

4,946 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,710 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (636,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
271,744 271,744 0000000000000003dda143ee7f30a57b294c9de62c4e1fdd84d5047553cf173b 0.25 MB 721 79
271,743 271,743 0000000000000006278a891131cffd5188694ff9d74f09b1a43ff9b148c87b42 0.11 MB 278 86
271,742 271,742 00000000000000017b1d92fc3b49584418bdb366a0b8da49172b8902cc9d3f85 0.31 MB 709 104
271,741 271,741 000000000000000404f3fd8ed9c3eaf9d0953e5a8a29c8575955f87cf31a2fa7 0.25 MB 791 115
271,740 271,740 000000000000000128bab9b918727ed263eaf1ec5b3b3a5d2326ce6c50776ffd 0.09 MB 154 18
271,739 271,739 00000000000000053b9c3935f2fa0647a6152aa65b04eed18bc1c6a2c01be190 0.17 MB 316 69
271,738 271,738 0000000000000004e43357b69fdcb80164f16d1a69faa67d39870c54180d67d0 0.06 MB 103 20
271,737 271,737 0000000000000002f247868dea3cb292966da65dc9271274c03a18e608be3c7a 0.07 MB 124 21
271,736 271,736 0000000000000003dc8b90c6aecc91319289f07244ea976191dcdbd9219c3769 0.22 MB 461 47
271,735 271,735 0000000000000004aebb8a671e03e9f099b880e518ce55596098380bc68de6bd 0.04 MB 60 20
271,734 271,734 000000000000000149eadd8c8d1facec3f571ab6e63d02a68adb9bbcb7bba4dc 0.05 MB 95 114
271,733 271,733 0000000000000003fd5b425b2e151b8e393c1ab842e6407fdb119a5ff843765c 0.11 MB 309 1,015
271,732 271,732 00000000000000056f32ee7852a3dff96f1abf3b4a1d4de6e3410c4dc82ba393 0.22 MB 518 86
271,731 271,731 000000000000000435901bef44c70962d57611baa24f257993f6d804e469ba58 0.24 MB 441 23
271,730 271,730 0000000000000004d5cab94bfe5329dd5beef28c1b3300f7f966151cce2b48ae 0.25 MB 725 129
271,729 271,729 000000000000000311a4aaf0a9168df625563ec09b28e6179c319096257a591b 0.18 MB 266 63
271,728 271,728 00000000000000037f920a8c548204f81562602905281d5047219c3e5df6542b 0.25 MB 472 66
271,727 271,727 00000000000000068f73e283b89e6811b9350dc695cecc3373372aa13aba8741 0.25 MB 558 35
271,726 271,726 0000000000000004003e8b3ef4ce8e1b2378adaa8939f87a2075325c1bdf33d9 0.25 MB 586 98
271,725 271,725 00000000000000010d9e12c98b9fa1488c35ab34bbb1089699696fe8ff200363 0.25 MB 696 98
271,724 271,724 0000000000000006d8bed062ce42c00359b41b542c3ca31f889715d05c29c018 0.56 MB 479 17
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.