Memory Pool Memory Pool Refreshing

1,324 transactions
0.45 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,998 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,322 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,997 (634,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
273,338 273,338 0000000000000004dcadfe947cd8a7bab9d73d278bafc2287e08f361adfa638f 0.20 MB 446 46
273,337 273,337 00000000000000004a725c245fcc83b6de4b81848bb6f21bc22e9de793b00eef 0.07 MB 96 29
273,336 273,336 000000000000000046e4851d9314ec7a086fbcddf520a1f291bef3ebede5bd91 0.09 MB 182 37
273,335 273,335 0000000000000001127e34d50dc07e8ac2921e9e9ee961ce9b728ecfd4e5786c 0.22 MB 342 36
273,334 273,334 0000000000000001a51ad0c7c4fc65aaba25622a0e5f704735395d46dde17213 0.04 MB 82 38
273,333 273,333 00000000000000029b8fe19b5b55e4109cbadc9b5d5376f84c58515d0471fc2a 0.17 MB 389 52
273,332 273,332 00000000000000010616eb63622e2bf443c80c973740a7f28419c5596a8dc96a 0.03 MB 42 34
273,331 273,331 0000000000000005cc2ff7c9a05db14dc09f8d3d23c71cb1e7c8f3290adb5d4a 0.04 MB 63 27
273,330 273,330 0000000000000002ad70214570ac407fb72d19a7c2df2333f3af697321a49eec 0.13 MB 293 57
273,329 273,329 0000000000000001ac296bfe7210ff3673e64bad5e10ab62a38f869b1e34d673 0.10 MB 241 52
273,328 273,328 0000000000000001b4f4521c3bd373c8a9658781fd780b4f902c3937e335b807 0.00 MB 8 41
273,327 273,327 0000000000000004eefeb0dd91d603d128eb42dcb49670f3296c551ef845176e 0.05 MB 95 46
273,326 273,326 00000000000000027bdad11a87449e1cb1c3549c44b671a6c69c03d1601f0c6b 0.03 MB 51 24
273,325 273,325 000000000000000262cd1e321f1953ed83017603b89d2834e08524448932e961 0.15 MB 201 58
273,324 273,324 00000000000000025511d5c4ce2b4259a2a09af4cb2a11c11a8847475ae4985d 0.04 MB 78 21
273,323 273,323 000000000000000314c2329e55862880a2f61e313b4e2a2af87751bbae703225 0.47 MB 712 37
273,322 273,322 0000000000000002bd4aa993bd0e6d691553e9c2991d7546e40476d818ef383d 0.04 MB 111 41
273,321 273,321 0000000000000002f756054c2b8734f469028605b4642275e865e0a03cd322d5 0.20 MB 459 48
273,320 273,320 000000000000000109f02e50758e5348e8287ff03539ed3107bfe3f70f8df3fd 0.06 MB 147 48
273,319 273,319 0000000000000001ab6e0930a89132d5976ce5459dcd2087850b25c4b9005f11 0.00 MB 10 57
273,318 273,318 0000000000000004f9a2ae8b51d127917ed795f96c966b407b956159864abc4e 0.09 MB 93 34
Previous 10 blocks ↓
Total Size: 769.54 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,648.30 GB sent, 95.64 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.