Memory Pool Memory Pool Refreshing

3,589 transactions
1.28 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,851 (733,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
174,515 174,515 000000000000022b84f19bc6523cd880c039f4327d740b614a35ff03038a8dfb 0.00 MB 1 0
174,514 174,514 0000000000000282c1cc27deb9874a14cc7e5b7edd17f9cefcb86ef60e5bee47 0.01 MB 24 126
174,513 174,513 0000000000000a3e778bb7931ae617691b046abe8e47f19909235ff58e3b7246 0.00 MB 13 0
174,512 174,512 0000000000000197a69b97f4045e0317e861a05825d7ad87d6c8c55542d8e295 0.03 MB 46 107
174,511 174,511 000000000000060c7dbc9178c518dbaf62526a963dbb1fb395b6b62f3bfb29ac 0.02 MB 49 52
174,510 174,510 000000000000057f99e832202b74372944df5025d80596e9b6aba66b66d2c3a0 0.06 MB 74 339
174,509 174,509 00000000000000518480a966479f6a5f5cfcc71fbb24cfb6e4808665f695534e 0.01 MB 25 119
174,508 174,508 00000000000004629ee16bffd794c0e33de8c94ea9e3f6d0b8c7fe36df21662c 0.02 MB 20 168
174,507 174,507 00000000000003dd891c78276b27af6716138f9fdfcf1ac69f709cc6b0a2023a 0.03 MB 78 189
174,506 174,506 0000000000000484db6d78eb4ee776d3439a87847e91ab624a0e44b9c81cff85 0.00 MB 7 412
174,505 174,505 000000000000091dcdd12d856a9cf10bf2d63b58786b0b45bf868786d8963447 0.00 MB 6 17
174,504 174,504 000000000000026419c8e25e681b786a7d5172f5c0c9d047e7ffbc94fc30e651 0.02 MB 72 23
174,503 174,503 00000000000004901602c7b4c2ad6552fd32b632aa63a6ef8429cefa62b29f3b 0.02 MB 39 275
174,502 174,502 000000000000035a0a2a4d3f1a724570fe0d7d56713b2e6167d0058832a794fb 0.05 MB 84 115
174,501 174,501 0000000000000a38a73a4dddcd7b2e1d9eb7cd5f08b194f452ba8bf65d40210b 0.01 MB 24 162
174,500 174,500 00000000000003c14046e41f0cac850ea544a815ce03f2861724ad02ec3e3db2 0.04 MB 106 252
174,499 174,499 00000000000009bb6f425c55833d3c0a1730dd0028c6b5f5b8261b324449a31c 0.00 MB 5 0
174,498 174,498 000000000000056574cefb631aab94f90e8eddcaf6c98b55e79a7ed82820203a 0.02 MB 43 189
174,497 174,497 00000000000002f0171bae6d420b81a2316c1f0c55d146c200d55720542ded15 0.02 MB 80 32
174,496 174,496 0000000000000320bb1dac5b1d948b3389cf5ddbd0cfb1fe458ec536c1e84364 0.00 MB 12 82
174,495 174,495 0000000000000973fb0f83b240bd961dfecace99cc0423263872e2f0928ec4d7 0.01 MB 35 190
Previous 10 blocks ↓
Total Size: 769.26 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,635.28 GB sent, 94.23 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.