Memory Pool Memory Pool Refreshing

9,571 transactions
4.24 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,709 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (793,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
114,482 114,482 000000000000322dde56b6b17fef71419bf1e33e92d391bf18ec2e9955d38aa9 0.01 MB 18 1,839
114,481 114,481 000000000000b77e6753ae2e59da0a3e773b1b6731d4287cf92cbb6368e4707d 0.00 MB 10 1,073
114,480 114,480 000000000000a660dadf5a690c79b111ed6e0c68a2eb553e355ee2d5eccbf501 0.01 MB 24 1,996
114,479 114,479 000000000000626d65fc8795df4ad335f9b96f7878f15c54e2fdcde75d05df2a 0.00 MB 11 1,071
114,478 114,478 000000000000575da3b54a8ead050a653aa8a0b6eb248746581d4bb5808e938a 0.01 MB 25 3,119
114,477 114,477 0000000000004a711ea3e6ab0094796106a54f3456b8c14132bbb788c8d95258 0.01 MB 39 929
114,476 114,476 000000000000a9813083096da9f4a472d736c744986f49fd74f499a56e057871 0.00 MB 8 3,645
114,475 114,475 0000000000005127e88cfa64dc4ed3ca74fe965444a3c63e3488d386a0432cff 0.01 MB 29 491
114,474 114,474 0000000000001a46024ef00e3b37b1f57f7c3d306ef94f42046deaf636541ff2 0.00 MB 1 0
114,473 114,473 0000000000007f4d643681fb6f63719485bf529d74c885c9724c03cfb14686a7 0.00 MB 9 3,875
114,472 114,472 0000000000003772110bdc1c59a358c8b9882f11d9584aa07c397d0f77e9b838 0.00 MB 1 0
114,471 114,471 0000000000003f7c5b63695bb2a724bdc64ff952623abe7e9f1e4122994e0dd1 0.01 MB 38 2,465
114,470 114,470 0000000000008a3ac04387df2a313f6fb952e7beb1403ed751428c8c22f5a54f 0.03 MB 82 1,089
114,469 114,469 0000000000001f18a076d12529d46a92fe65343850494e98bc9be6f571bed9d7 0.00 MB 4 781
114,468 114,468 00000000000098a657c1428255d846660a0fa0cfc7dccf9f866fcbcbf4d010b4 0.00 MB 1 0
114,467 114,467 000000000000a97a24b7b0db833d8b66613440e75764ba5c7214d291ee6ac630 0.00 MB 14 3,872
114,466 114,466 000000000000437a37d7b7fc9fac98511e08c256699a7c8183a726046892d643 0.00 MB 16 3,875
114,465 114,465 0000000000008f7616003ba3e12e290ecf84dc9d773d13584444e58adb6c3e91 0.00 MB 9 3,881
114,464 114,464 000000000000905997111d3ffa8bf127b25d23efdf9e40ee27730f62123b63ed 0.01 MB 57 3,735
114,463 114,463 000000000000b357bcc7c6e074cb887be45e9ed0a13e4a5c598f7de263b5cec1 0.00 MB 3 2,886
114,462 114,462 000000000000a90197a895c38d7f68627003d6caf77de4504e207db0989a6d26 0.00 MB 6 3,563
Previous 10 blocks ↓
Total Size: 769.03 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,624.99 GB sent, 93.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.