Memory Pool Memory Pool Refreshing

1,453 transactions
0.43 vMB
Show Random Selection Loading Transactions
Max Size: 3/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 0.42 vMB 1,434 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (894,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,505 13,505 00000000f97610e5cd1069a525e5552d6229352da09c26513c015060b469837a 0.00 MB 1 0
13,504 13,504 0000000060aa136b376aedb0706c8c9436d0c13d44c60c6741503ae324782784 0.00 MB 1 0
13,503 13,503 000000000cdb9ed8adba2a8494851576ba61d3eee3c7859253615bddde3a048d 0.00 MB 1 0
13,502 13,502 00000000602c0dfac992d8d1b19560dd2d7aa5aca3b2d75463ecb09eaab26e99 0.00 MB 1 0
13,501 13,501 000000008f60f1dbf2695408eb31d0407034398befb44ad27f8c06d05a2e8198 0.00 MB 1 0
13,500 13,500 000000000ee07793903b338cf2019da24f2a34386d56e5f5402dd392cbf24785 0.00 MB 1 0
13,499 13,499 00000000364d0896038bf4c66e0e317cd2e063c591eaeb8cf37861e9d3c090d9 0.00 MB 1 0
13,498 13,498 00000000bd84abaed49736aafb767d7d9ad66bbd9c160d059a51e789d4fa63cd 0.00 MB 1 0
13,497 13,497 000000008c343d0f90184276b90ef4e8d3bf384a4851e6c2b1909712358b62e5 0.00 MB 1 0
13,496 13,496 00000000212e2d1f3d6e47097bb87e0a54a8039b5a9ddfb438fb73d5e897de9e 0.00 MB 1 0
13,495 13,495 0000000002e8ee2221a0925320d1cf830c7c6dfef9dbd7e6c260ce305a99465f 0.00 MB 1 0
13,494 13,494 00000000adc2bdf7a663055810ad9b2c9b4a023c844a6b65359cb09ba0894161 0.00 MB 1 0
13,493 13,493 00000000664de7bc1309571794bfee74ad3c6b6a1f878d8fef8d9d34d3c01b52 0.00 MB 1 0
13,492 13,492 000000006b48a675a2ca58e17d2ece2dbe9ad3866674a3265dee8aac2edb3117 0.00 MB 1 0
13,491 13,491 0000000003c22e637b77e210d59950aaf98f04b43d8d9109c5d9524983e00c81 0.00 MB 1 0
13,490 13,490 00000000f523a314256aa93e295457e94f18be7328400125831f327840f422f9 0.00 MB 1 0
13,489 13,489 00000000c8b984b5713f066cbae1bf23e29aa67f1fd5aeb4209d2e4df839ae1a 0.00 MB 1 0
13,488 13,488 000000000a8a1a3b8aca3508a65344b38f6eec0645139decba9362468bcd12c5 0.00 MB 1 0
13,487 13,487 00000000ca2bcc8de43f6f81f4b0ddea639e8a4c33c0cad929d50d93a15bcb17 0.00 MB 1 0
13,486 13,486 0000000030b82bef185bb8ed202121d57c9a3b592be036e7d6c20c368ac9261c 0.00 MB 1 0
13,485 13,485 00000000a0e0f60f4616a01d3a0aca49de7ce22aa466adb35a7b4b87046fc8c2 0.00 MB 1 0
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.74 GB sent, 94.46 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.