Memory Pool Memory Pool Refreshing

719 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,895 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 718 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,894 (728,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
179,258 179,258 000000000000096f40a8a134b374e4466af742eeb93010e167fcb4e0469a716a 0.00 MB 14 49
179,257 179,257 0000000000000876da4fccddc539052c32113a07b846c038bb481445847bc088 0.01 MB 11 74
179,256 179,256 0000000000000b0f92d2d265202232a097c8dfc3c29e897011347317e9b1dcb1 0.00 MB 12 236
179,255 179,255 00000000000004a8f57eb82e25ad19f0ede085a734dd5c105b6f01b644a6b185 0.03 MB 77 72
179,254 179,254 000000000000023fc06eba6dcf3c3a98b1fc1b2fe3aa987b3da1baed26078b70 0.01 MB 18 56
179,253 179,253 000000000000006fe02dbcdaa5e6b0f820d70686c9e3beb072c924fd0e2ad8ee 0.04 MB 112 51
179,252 179,252 0000000000000236861b232a8918569e432bcac929bd26ff7b59ab27ed148754 0.00 MB 1 0
179,251 179,251 0000000000000443007ba0fa3da6916a05d360fa34c760b45206bc7cddc8c44b 0.00 MB 12 16
179,250 179,250 000000000000055eeb4dbe88a4eb0107c3c08bdba94c76decc8cbd55608bc4a7 0.00 MB 14 39
179,249 179,249 00000000000003c2e7b45023f483345cfeb882c4540a15f3836d9358497b93a5 0.02 MB 45 150
179,248 179,248 00000000000002b1463f9629b481b5b349d819c41bde5694223ccff8f4e471f9 0.06 MB 151 290
179,247 179,247 000000000000094d69b01956e876be8e53ae51c427b6a62586af18ff2be89d0f 0.00 MB 11 15
179,246 179,246 0000000000000afeee5ba4d54a7a9bba46194a4836e0c3e8bcba2fbda786864c 0.01 MB 36 99
179,245 179,245 00000000000005fdf0216943b1d5f5f033ae548ba513e1b3224530baed6aa42f 0.02 MB 38 97
179,244 179,244 00000000000001bc311f5cc3f9212cfff9e2c12b8b6e27b07cf1c7d6e78acd26 0.01 MB 28 94
179,243 179,243 00000000000009afcdaef481299fe55f7c0e00e055f65d6bbcfdb0fd16d7c323 0.02 MB 44 181
179,242 179,242 00000000000004bdda907b223fcc07a699ad3c345944d62ce38feac379879cad 0.01 MB 42 90
179,241 179,241 00000000000005086fa8987cad299b7bc2b48c404c0b4c285f6f940f83d916ab 0.01 MB 27 205
179,240 179,240 000000000000077c08b44845624b18e976b3838bd8d1192dca7e9356792fae29 0.05 MB 118 106
179,239 179,239 00000000000008b696a45aff571f40b3b65191e0550cddfde5d6e0ccaba59f9c 0.03 MB 64 143
179,238 179,238 00000000000006e8683f4d62fc3aa36694ed62ebd1bfc999408c3bd46764cc53 0.03 MB 56 324
Previous 10 blocks ↓
Total Size: 769.34 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,643.41 GB sent, 94.67 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.