Memory Pool Memory Pool Refreshing

2,371 transactions
0.71 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.70 vMB 2,362 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (51,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
856,217 856,217 00000000000000000002ad58e00b4515d45c1f69976d5cc0e8c8017f78368c8a 1.66 MB 7,154 3
856,216 856,216 00000000000000000001c54c0edceddb320e070d9ca8294c229810d927bbb810 1.95 MB 4,723 5
856,215 856,215 0000000000000000000105afaff30c92dd7e13d15ba2382ab67dcc061ef07423 1.66 MB 7,754 2
856,214 856,214 00000000000000000000afb706bae21e7b58528c5c648599b2370b971ebb3901 1.74 MB 3,185 3
856,213 856,213 000000000000000000006eb2e6aea4ad8c21032c96e98fe7ac55907c9d0ddc44 1.63 MB 2,886 8
856,212 856,212 0000000000000000000129e55e0e5ccd4343526177d8fff91f58ad8b824e57d7 1.57 MB 3,012 6
856,211 856,211 00000000000000000002509dbe79ea96a0ad0adc8a6f72c4fde4bfee8d54e0a0 1.75 MB 3,646 4
856,210 856,210 0000000000000000000302188f031ce7bd841e9969e5de66f7e9ce9670cfc39b 1.66 MB 2,880 6
856,209 856,209 00000000000000000002dab7dc32817089ebbf3753428d9e2f9b2764fc314070 1.57 MB 5,392 3
856,208 856,208 00000000000000000001f37bf7806ac5067b57de3da857e53e8622e169a8a390 1.47 MB 2,679 6
856,207 856,207 000000000000000000009fd49cbb91bd2e1aaa924b01823fa58595526b01e4fa 1.62 MB 4,078 5
856,206 856,206 0000000000000000000060c8951ce7aa95a9dd887b86e1da61520f16e3b30287 1.56 MB 4,223 5
856,205 856,205 0000000000000000000055dd08ffd99e2cc01b3e7b6b1677fef00c992a8c15ce 1.75 MB 3,201 5
856,204 856,204 00000000000000000000522199137bf3ffcdfca27f0febd4d6eb0acce3bbd1ff 1.63 MB 6,409 2
856,203 856,203 00000000000000000001f31b7406f943fd5e3704aaedb20d51da43afa2cb2763 1.64 MB 2,987 5
856,202 856,202 0000000000000000000058b580d1648ca0b102800de1a76651c9f20cdc0571b3 1.53 MB 3,241 8
856,201 856,201 0000000000000000000190c29c8dded4505059eb9bb3a973535611be782b3465 1.50 MB 7,732 2
856,200 856,200 000000000000000000028ff5bf0e7c1557eaa19c06aef61cab988b00115cf43d 1.67 MB 6,653 3
856,199 856,199 000000000000000000011f13daa8c1fd5279aaece373a8d7911383659cd9fc62 1.53 MB 2,583 5
856,198 856,198 00000000000000000002bc63034531954b4e2aa1e9fad8c44e06529fb4a608b0 1.53 MB 4,174 4
856,197 856,197 00000000000000000002b8ef6e99db1d374b6ab1ed28e0958b806aa6b502c6e6 1.64 MB 4,135 5
Previous 10 blocks ↓
Total Size: 769.14 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,632.00 GB sent, 93.60 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.