Memory Pool Memory Pool Refreshing

3,883 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,511 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (86,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
821,141 821,141 000000000000000000021d119323e3bb28159f1ee23c59a30fa68919ef50e6b1 1.47 MB 3,757 269
821,140 821,140 000000000000000000025b788526b650f052979f6dd64a345986fa48bb61f9c5 1.40 MB 3,844 285
821,139 821,139 00000000000000000003170d0c5eee3c0d3f5d6992b72fccfd0ab630cb789f49 1.39 MB 3,983 289
821,138 821,138 00000000000000000001c91ddee00cb5c44dbba344465cea3af3919add962e25 1.42 MB 3,998 327
821,137 821,137 00000000000000000001784dc9720858c415f83c6b2ce3d98252e436ce6901b7 1.39 MB 4,324 313
821,136 821,136 00000000000000000003df66a4a17f03ad48c6355b76ab0ea6cbb0bbfd3276ae 1.44 MB 3,776 303
821,135 821,135 00000000000000000004151a399448ddc338f7fae2c830787e587ce01ba160cc 1.50 MB 3,954 279
821,134 821,134 00000000000000000001f901c1e407952a3f80757b4f7f3f46c08c2cc21a86c2 1.42 MB 4,002 358
821,133 821,133 0000000000000000000012875703bed062bc354596f8964cc0e54d828b59ed34 1.44 MB 4,184 315
821,132 821,132 000000000000000000038ed72b76fd53f97942fef367a071f05cadf0f652b9b3 1.43 MB 4,276 330
821,131 821,131 0000000000000000000214cc0050ed86936621e95daf53a020e7660243afc0ab 1.41 MB 4,189 358
821,130 821,130 0000000000000000000168a25bf3fe259cf1fa77d5a7472873a7dadcdb15ccb2 1.44 MB 4,162 362
821,129 821,129 00000000000000000001ae91a6bbdd0868c6308d9a27d1d647c50d29a4d5edfd 1.38 MB 4,469 401
821,128 821,128 000000000000000000013dc68d4f9cac33b12f40c5765a6358f80b0d7b78d7fc 1.41 MB 4,360 370
821,127 821,127 00000000000000000000e9bee758fd336fed72307388d675e3986b401942a4d1 1.38 MB 4,264 378
821,126 821,126 00000000000000000003bd097ea00ce01fb351e3961d5e2d306e898ebdcf9b55 1.30 MB 3,771 407
821,125 821,125 00000000000000000004160a789c5b521a61b9c4e4bf0a7776be1b4d2b0778a1 1.41 MB 4,341 349
821,124 821,124 000000000000000000039d70c8e1ae0f8c72cee0de965628b0199741b97fb9b6 1.39 MB 4,409 365
821,123 821,123 000000000000000000031781419464cd1b5a6322e7e1a2b44ba53954c61d4ac1 1.35 MB 3,929 388
821,122 821,122 000000000000000000000c127d1adcaecefb2baa0a1cf61c3c7bb1008a8f4b24 1.37 MB 4,425 286
821,121 821,121 000000000000000000015013c6a6161466b56e8424e4251a5072f106540ef98f 1.46 MB 4,132 241
Previous 10 blocks ↓
Total Size: 768.99 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,616.55 GB sent, 92.75 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.