Memory Pool Memory Pool Refreshing

13,828 transactions
4.37 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (565,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
341,988 341,988 000000000000000016c7282ba47ff8b3595b3b7aa451959b61672eba314d16a0 0.27 MB 769 54
341,987 341,987 000000000000000001cb23d867ec7b425852bf08612a18dcc526c642b2d65dd2 0.39 MB 674 30
341,986 341,986 0000000000000000027fc433b9b3d13fe4f164179d56e7cbc848a8bd54381778 0.03 MB 73 55
341,985 341,985 0000000000000000074a35d5f5aa43fc2c2c4734813807ed93ed4f45895eaee7 0.22 MB 396 25
341,984 341,984 0000000000000000128a16a336d9b9fc818f52e9a3d17c71844b0686535fce21 0.31 MB 379 16
341,983 341,983 0000000000000000174c6bc2f54c6b69206077ba4ea4108e51b9773254956f58 0.17 MB 512 47
341,982 341,982 000000000000000014fc823d23ef782dc40542b7d03f8113b667a76a38c678f1 0.17 MB 419 45
341,981 341,981 000000000000000004f35e1ab599071412414b3b0cee664da733566fba30e0df 0.27 MB 478 23
341,980 341,980 0000000000000000153bdbc05297ca9d3fe860f3a50168959b5ee0a7e257988a 0.10 MB 176 14
341,979 341,979 00000000000000000db497a94cf3934f76b772b653304f58c367a2e7f9bff13f 0.08 MB 136 22
341,978 341,978 00000000000000000c42987098e8c97b562db97886b309f770697de8814d3dd2 0.81 MB 1,105 19
341,977 341,977 00000000000000000869e9b98cb91c89dc51a7d70e021057f4561c331de451bc 0.75 MB 2,200 40
341,976 341,976 000000000000000006a1d7d8b781d71f30558b346efb3f35a56602d46733c08e 0.10 MB 171 12
341,975 341,975 000000000000000012bd96f8142c26b34340e764b475f7907882f9eb2c3a77fc 0.40 MB 614 24
341,974 341,974 0000000000000000192c2d38a3013e8b2d853e6cbbd646b4b4b16fb1ada77992 0.23 MB 353 22
341,973 341,973 00000000000000000666a76e01ed19b8dab636d0c09550ce18087e68a92ca6d1 0.17 MB 321 21
341,972 341,972 0000000000000000059d68025404877a2deb9fb0fe9e80495c5263141e361eef 0.65 MB 1,124 24
341,971 341,971 000000000000000000e6a02aad83fa77e5710944fc552d7d285e6f469556d515 0.36 MB 669 26
341,970 341,970 000000000000000001da24a0076f649541367c520baa7b9168d9278fa2141707 0.53 MB 1,029 19
341,969 341,969 00000000000000001011a91de1a6d4965c66b31de5fe6a4803d289852a4b6c42 0.44 MB 691 23
341,968 341,968 000000000000000019fd0dcc1adeb7b84018f4cb5e25467c49a7ff43ca60a1d1 0.75 MB 810 14
Previous 10 blocks ↓
Total Size: 769.02 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,622.93 GB sent, 92.96 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.