Memory Pool Memory Pool Refreshing

14,022 transactions
4.46 vMB
Show Random Selection Loading Transactions
Max Size: 27/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,303 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (723,043 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,675 184,675 00000000000004819bd28a8a6fd9e044c005a2dfb23fcf3d3f0de9828524ad73 0.07 MB 131 87
184,674 184,674 0000000000000684a253c9e635e2d81368093aff22c5e8af156f455c0764fedc 0.03 MB 56 44
184,673 184,673 0000000000000a7d43e65fe658d18623512ec0537ce17b1678f133d9f021ccc0 0.15 MB 272 97
184,672 184,672 0000000000000a20235757adfcd26581c70f0a00712d64ee125cbff345e91954 0.00 MB 7 152
184,671 184,671 00000000000003d3bd71cb8b847cd41655db26f22fa5e3581a593ce23579bbfc 0.08 MB 172 68
184,670 184,670 00000000000000a2e23578fd52754b49b246f8329afc6301b20c2502c4f5bf5b 0.11 MB 229 95
184,669 184,669 0000000000000701e5c3ff432937f024663cd2eece9ee36689193b7193e0ecd0 0.25 MB 605 179
184,668 184,668 00000000000003e236be81d38e3864f5b30d990e415ee5cc02154a25b97f52e9 0.14 MB 254 101
184,667 184,667 0000000000000a69f9798d473cca4429b7986d8fe7a4bddce30931553a8079d5 0.17 MB 346 121
184,666 184,666 0000000000000943c19cb9910ab539f29ce274329c1cfb86ad67efa6af9ce4f2 0.25 MB 424 132
184,665 184,665 0000000000000a1a98c379c7e99035babcb8d3779042d98570cb70bb43a88a28 0.10 MB 256 139
184,664 184,664 000000000000013466d3a4746b80fc4ef4d2e111773d569abc9a8a9f8f7838ec 0.05 MB 138 119
184,663 184,663 000000000000074a2b2bf5e44d7a81945d4a21e64c999913611f233d7804ca94 0.25 MB 501 174
184,662 184,662 0000000000000842665768b48a6f558417d420f41904f973d3ad8e463284afde 0.05 MB 189 141
184,661 184,661 0000000000000a1da7dce8dc06f4b7051b08620eada1ce98d32cf0ffc1ee0c66 0.00 MB 13 15
184,660 184,660 00000000000009c8a004688c5a440a71c2afa3034763e6287e3b2bfea248a79a 0.25 MB 700 146
184,659 184,659 000000000000005628bfb3c200a093f694bd93141f56d37bfcb629e85d0dd1e6 0.42 MB 775 106
184,658 184,658 00000000000001a13d32a9eab7ad0c8d6f4a05f883bc87bd83ebd84ca5bf8f44 0.05 MB 137 210
184,657 184,657 000000000000000bf0a94f2f71ae3c4c9f3b6a3bc699d8151f40d49f25c2c780 0.25 MB 628 129
184,656 184,656 00000000000007e886f2258f36063c12acbe63a8d712a688b22e16a809b30f6c 0.25 MB 584 139
184,655 184,655 0000000000000046aa6a731bd0d9a5a9007708b16005e971ffc76fa9c105ec8c 0.03 MB 82 77
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.94 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.