Memory Pool Memory Pool Refreshing

3,723 transactions
1.60 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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,609 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (789,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
118,503 118,503 00000000000054870dcde62e9cab6ca22e73c93817c4aaba3879126c5006479c 0.00 MB 14 276
118,502 118,502 000000000000ba5928e07210b083dfb3cd9cb61879fdc3d9618a51029fe2112b 0.00 MB 6 0
118,501 118,501 00000000000047cffee21325667855fececc700dd6fd9eb3e1a7129c99a82b40 0.00 MB 7 0
118,500 118,500 000000000000b7aef9af63a97bceffdab174d09085034537b0523c7ebf624c5a 0.00 MB 8 0
118,499 118,499 00000000000061dc680849bc2ac234a4ea5d78379f05dddc4465b1a9f8f8510e 0.01 MB 10 194
118,498 118,498 0000000000004adf5215d18afb041a49d534cf3b54f492aefbab3eb8aaa4ada8 0.00 MB 4 0
118,497 118,497 0000000000003d5c2509d9b4f65e9d0bf1f0b8befe94c41e3ec979d8a95d3ab4 0.00 MB 10 0
118,496 118,496 00000000000002d9e7b396f972b250c1d2270723d64ebfb9081dbad260b78acd 0.00 MB 10 1,118
118,495 118,495 000000000000722ce8efe7e998a9eaf39bc9bc7fd2a08ae6371d85143dbf99ec 0.02 MB 48 0
118,494 118,494 0000000000001ff20dc97b1d47a0f9ee52d7d57fb625c57c568682e7c6b916e7 0.00 MB 12 0
118,493 118,493 0000000000000ac3224394527672448184dfd82c12a4528835e564ccfb01ac90 0.00 MB 6 0
118,492 118,492 0000000000007075e29fa0d04e18172c18347ccc2a5df3f9ed0bcf4951ba4158 0.01 MB 21 0
118,491 118,491 0000000000008b197feca211757fbb5026fcd290c01a6d7db1e139bf25e3976d 0.01 MB 19 77
118,490 118,490 000000000000c65712533aaa85ad20a61434370bfea1b6222dffa336301d4331 0.00 MB 12 677
118,489 118,489 000000000000964a643590ff32c98db73f523a59b7084d268f49513ac18a0d58 0.04 MB 122 51
118,488 118,488 0000000000001ff06da053cca67a9cb0a5be5b88203707ac6d53f5421e6608de 0.01 MB 6 0
118,487 118,487 00000000000034a0dbd9f85ddcd47f5ee3028f279f2940003f7ddeb913712c4b 0.01 MB 26 67
118,486 118,486 0000000000002f23d7346e2ddacf908e2af2995043ae7f0384b5ba27663cf161 0.02 MB 11 804
118,485 118,485 00000000000096f70221f2c4b34522e1c44f5730667e628487c5df7cd8152b1d 0.00 MB 12 0
118,484 118,484 0000000000004bc013ad152a74c95d4a3396b19a3507daf46e93c587878213f3 0.01 MB 15 0
118,483 118,483 0000000000008888f5cce0cbe6ab90ac6862c8a62e8dc6f3e929fb535edafdb6 0.02 MB 27 219
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.