Memory Pool Memory Pool Refreshing

1,245 transactions
0.65 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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.64 vMB 1,245 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (291,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
616,574 616,574 0000000000000000000e0c6dee7ca9be1353bfa235919426cb360014db91c40e 1.18 MB 2,404 12
616,573 616,573 00000000000000000010c14b4dc08ac6b604418de55ab44d693f00c87d399db2 1.31 MB 3,652 29
616,572 616,572 0000000000000000000a73d16a79bf7cdb3d1c51aa38f2b3314332b41a700be2 1.00 MB 2,278 2
616,571 616,571 000000000000000000060f6c4407e2040359d7644a109d839b0ea61e0cf7cb0a 1.35 MB 3,462 13
616,570 616,570 0000000000000000000b63bc4e87783449c8221f8148a245fea1077d506deb63 1.20 MB 3,368 11
616,569 616,569 0000000000000000000ae8709d9bc70c9275dbc5584043350ca258da162f3577 1.30 MB 2,802 13
616,568 616,568 00000000000000000009c9667bfe87055e4b198a8342c3669f9c5b6721f351ae 1.35 MB 3,292 32
616,567 616,567 000000000000000000084e68f5a8c19ee3be2ff6fd7aaf6704e72430b8cbc1b4 1.20 MB 3,232 13
616,566 616,566 0000000000000000000a0338cf2ae8c2f41e6cf212c2f801d6eb3bd34add4a0c 1.25 MB 1,925 16
616,565 616,565 0000000000000000000972be95af0392ea60038e71e571ab84c5ce32ed93ae55 1.37 MB 3,362 35
616,564 616,564 0000000000000000000a579632618af3fdd8d5498087b4769cc14e11279aa475 1.28 MB 3,406 18
616,563 616,563 0000000000000000000ca016a28244c96b1684b9d2f6a5edeec94542d7e4fbd9 1.43 MB 3,184 18
616,562 616,562 000000000000000000022df6dd7a48edb34e19ef943ba7cfbbec98b1441681b5 1.69 MB 2,575 28
616,561 616,561 00000000000000000002843470daa89c41da6f52ce968e91a45385202cc813c4 1.00 MB 2,992 10
616,560 616,560 00000000000000000000df0b66a970cf0afef986c07d62b1738c7c00d9153977 1.59 MB 2,651 36
616,559 616,559 0000000000000000000d1c2eef45ab437b8135e70cc223a3f068ae06010c2609 1.30 MB 3,023 14
616,558 616,558 0000000000000000000c6ffbab184a454fedfe57f89b7dfe9cc78af45f5301f7 1.32 MB 3,352 12
616,557 616,557 00000000000000000009958ef63a3f9963956a3664572ec0f72d4f403f64bdb3 1.27 MB 3,370 21
616,556 616,556 00000000000000000010529d4c0c6beaf8a1f265b32c55f4ceb0b58719d3db1f 1.27 MB 3,230 17
616,555 616,555 0000000000000000000494d0e5996a3a63c7e01ee5a01f0f077fbf78a7f98d61 0.63 MB 1,807 14
616,554 616,554 00000000000000000005985e7853a66c63cfe77a8f00c53d6e7da433eb1fe5d2 1.28 MB 3,179 17
Previous 10 blocks ↓
Total Size: 769.30 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.69 GB sent, 94.44 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.