Memory Pool Memory Pool Refreshing

938 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 915 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (794,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,525 113,525 000000000000cc1ff375a8abe4df696383db32e43e703a90195b4707344814c6 0.01 MB 27 264
113,524 113,524 0000000000005a1796516713ab8ad7fd20957e8ef52edfc6e6fea8f82622df25 0.00 MB 12 444
113,523 113,523 000000000000452fd2be9a716e35a6291f7cf039e03cc73651e6a6dfe5605a1f 0.00 MB 12 243
113,522 113,522 0000000000004da059747919f4001a6be6193a69d79ac69944debb3576063112 0.00 MB 12 0
113,521 113,521 00000000000043bd1a18de7bc00859e397fcade5a0c1c141b24954abd8943678 0.01 MB 39 0
113,520 113,520 000000000000707f29562f179ab77403dec8780c227b6a76d8857e4c570bf5b6 0.00 MB 12 0
113,519 113,519 000000000000b2cc82deac39a2e45536a498878e2160369e70ddb1b9bf6e7242 0.00 MB 10 0
113,518 113,518 000000000000482e5d27580c1fa25fbb1b5473a7fe71f696256a8845ac0f87df 0.01 MB 23 534
113,517 113,517 0000000000005a6fb5d8b84dd1a693c92f9c674f2cac6d51d078503d0251e1db 0.00 MB 18 0
113,516 113,516 00000000000053a1d94ebc4d0105eb8d381b135632356ad9a8a0f307d36407ab 0.00 MB 3 0
113,515 113,515 000000000000d1f1cd060f91b3029807b89f6c39e7bf6b32d88245b3594af198 0.01 MB 19 333
113,514 113,514 000000000000357ef0648e2ae9c000bfcbcd087627a52b4a17b8436585aff1dd 0.00 MB 1 0
113,513 113,513 0000000000001fb1d2c68f3028efcd718380ad597d5e9d2f66e24dcbef029ade 0.00 MB 5 3,875
113,512 113,512 0000000000007bc0c8c9263d91a8958467081124e51ab4d888956e75847552fa 0.03 MB 124 34
113,511 113,511 00000000000065ad0469dacd83854ed9299caac1200d0b8f4140bb5daa8a897c 0.00 MB 1 0
113,510 113,510 00000000000082dff57553ab2f65f8dcb680cfada1117efa760d1a5c6084286a 0.00 MB 1 0
113,509 113,509 000000000000cf33fe432944b8239479371f340c103518458ca2b52fc45e6510 0.00 MB 11 0
113,508 113,508 000000000000afbf7acfe830d5bf547a7d010a5b4a5bcc58f8e56fe7f541a68b 0.00 MB 15 276
113,507 113,507 000000000000c517cd52bdc90a6a10116b86dd22826dee48e1cf22b321ad1f43 0.01 MB 18 0
113,506 113,506 000000000000d272842e9ab886a0e02d6c07bb258e26e53cccaf1565f845a14f 0.00 MB 4 3,865
113,505 113,505 0000000000002b061c0d753e66857b271bf38eb72170b9c9c285b48e1382a547 0.00 MB 11 357
Previous 10 blocks ↓
Total Size: 769.08 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,628.24 GB sent, 93.30 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.