Memory Pool Memory Pool Refreshing

4,791 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,993 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,690 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,992 (710,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,819 197,819 000000000000056443c6e83ac7bf0e03a346e6ae3a3f5dfdb16b39d2ea4329d5 0.05 MB 89 68
197,818 197,818 0000000000000532a3a16e3e7178d50b15446ad17789f7d96c4948eca83d6ec2 0.17 MB 465 150
197,817 197,817 00000000000005a2c4d8b3b968319a1955fb1024e6690da9a575db8214a15bad 0.03 MB 67 121
197,816 197,816 000000000000046b543bf1cda4c403d6fa9de0f2ce25d8c6ebb9dc0bf9b1a201 0.07 MB 136 103
197,815 197,815 0000000000000216cefb4df09cf7ae7d43bb7d155cb5dfe137a46f55cd45d228 0.00 MB 12 11
197,814 197,814 000000000000045d5774c9e4470e0164a8f32861f04483471057f2940e7b2e36 0.28 MB 700 214
197,813 197,813 00000000000001e8a99862213522d13bcff46c52853069db2760994517a4289b 0.00 MB 10 211
197,812 197,812 00000000000003eb4ffa19fcc69ea7234e9cbdf5c03baeb65f2ec80c842369b5 0.14 MB 204 88
197,811 197,811 000000000000061fc3cdc6c2b48e6fe8c60f5c9a10b77adfec3506ef9ba6bddd 0.23 MB 567 131
197,810 197,810 00000000000000ba6f844835206891b97266ded971727a420868de09f5968a4f 0.11 MB 256 142
197,809 197,809 00000000000005843e7155636259856edea2169ef153c0c071cbed8985487ff7 0.25 MB 683 139
197,808 197,808 00000000000005d081f446ac77cd63f4f251dd7fe4d0833a5cfa9532e38193be 0.03 MB 97 355
197,807 197,807 000000000000005cc1e0155d6c8ee7bd269a595e9b5dd4ed683b7c498783dce8 0.21 MB 512 191
197,806 197,806 0000000000000028efa00ae8f40628f03d74ed988031a57d94d64eb5c7f668b0 0.05 MB 138 113
197,805 197,805 00000000000005c1fb685c43003bdbb0b24b6d396af9daebcb4604459054e589 0.05 MB 139 553
197,804 197,804 00000000000003b668c6d58b545de53e0840f239a18ff2a2efede14bfe30b98c 0.07 MB 182 119
197,803 197,803 00000000000005b0e327019db84f0f53d8d55c42ea63d8009baef2ae713fe8a7 0.02 MB 54 166
197,802 197,802 0000000000000108ead09fbcefabe74ea2db35aaee192c21c5d4b2ae0356d5d1 0.00 MB 16 102
197,801 197,801 0000000000000306a15d8e2ff7caaa619e65ed889cd05ea3113a3c1684c2e366 0.01 MB 14 26
197,800 197,800 00000000000003122975529d6e7da88ef5e2a01c726812c41e2c0848117c45c5 0.08 MB 168 225
197,799 197,799 0000000000000470543a86843f9f95054b6d11975833a6a44b80ab74b2febf74 0.01 MB 33 1,504
Previous 10 blocks ↓
Total Size: 769.53 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.13 GB sent, 95.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.