Memory Pool Memory Pool Refreshing

8,972 transactions
4.19 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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,536 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (552,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
355,471 355,471 000000000000000009eed1a8c07c52c6f7a3b2f04a04b8fe5d97e6d54908ba6d 0.05 MB 132 32
355,470 355,470 000000000000000009c96ff5e1eed4dcc0da7a7e99e5cc665ea943f71f737970 0.15 MB 300 28
355,469 355,469 000000000000000005758fdfe5c9cc0f34fc7a66912eff95e2ca270b9179e4a8 0.14 MB 303 32
355,468 355,468 00000000000000000850e15e431f268c4b96ef8623bb5bb9611b95d891af20a2 0.23 MB 412 25
355,467 355,467 000000000000000005ec3aa36c2025bd2360241cc979e90babd4a1b2890b9ee4 0.11 MB 226 24
355,466 355,466 000000000000000001f5e563cd3934d6295d7291479886d1a8709acd2d8cf017 0.13 MB 187 13
355,465 355,465 0000000000000000115cb9f01df34ed3bb48b5c9fff638aac44f01c3f1dc40ad 0.28 MB 431 22
355,464 355,464 00000000000000000fc9aacedd4b697f0f2c045c279c79852c515b97a856ca10 0.06 MB 128 36
355,463 355,463 000000000000000007088548d5893f7d664f7295ca9868acbabae267ab322b98 0.09 MB 97 13
355,462 355,462 0000000000000000035182a32ee389cd003c5e664c2ada40b0b6dfedd1c5d1e2 0.00 MB 1 0
355,461 355,461 000000000000000011c17e1292a32eda4aac5bfd1fb7b282f99e9af39b3f3b7e 0.65 MB 968 21
355,460 355,460 0000000000000000057998a7b34f61a535af9c3103cc60cb41eacb6457638ab3 0.57 MB 613 20
355,459 355,459 00000000000000000768dc6744304f18adf01c6d1b52e65be0ed5078918ec789 0.75 MB 1,771 35
355,458 355,458 0000000000000000054c9d9ae1099ef8bc0bc9b76fef5e03f7edaff66fd817d8 0.84 MB 1,320 23
355,457 355,457 000000000000000016a59018fc89ed10e587dce8a8dd75cbf66c5f0e42d38a8e 0.39 MB 857 29
355,456 355,456 000000000000000014121cef9b5739d6982e21db4ede36a501f2bf25d63b2fa3 0.19 MB 293 24
355,455 355,455 0000000000000000011ca7052d4734fd9a98c89c4cdabcc9df09d7960a57f61f 0.05 MB 106 18
355,454 355,454 000000000000000003fe2e9b33fc23946b2cb9362be1847711f18288cf854074 0.53 MB 591 16
355,453 355,453 000000000000000002138509665cf991b12750a4707e9090ae03b71f66c44dbd 0.75 MB 1,759 35
355,452 355,452 0000000000000000007decac030ea95b0ad8bfac87b44202f27add16585f0c1c 0.04 MB 68 26
355,451 355,451 000000000000000009a0e2ae79f1a7882188bf4ad2956ab71033e1b094949d0f 0.37 MB 775 29
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,625.19 GB sent, 93.02 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.