Memory Pool Memory Pool Refreshing

125 transactions
0.03 vMB
Show Random Selection Loading Transactions
Max Size: 0/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
908,024 00000000000000000002349e0000000000000000000000000000000000000000 0.02 vMB 102 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,023 (739,485 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,538 168,538 000000000000055df1b0220bad9db00a164e8f73fdb1eb995885d899e67724b0 0.00 MB 14 14
168,537 168,537 0000000000000a4d9fd58029b912657385af65bcf5960acd7825e16975ea8d86 0.02 MB 29 74
168,536 168,536 00000000000000638c67c9287c0c8d269e024636d4005b451f931cbc63fd7f51 0.00 MB 13 16
168,535 168,535 00000000000001ebcb42b6203d0dcd921c9f9f74e7a50fbb0dd2d74f91d85fe5 0.01 MB 25 624
168,534 168,534 000000000000088bc705e09d95c675591743257ec447e87dbcac850b383cc883 0.03 MB 45 41
168,533 168,533 00000000000007d8fd0d75ae841d016c8102f619f6db8b06e166c5adcaa52ddc 0.01 MB 25 9
168,532 168,532 00000000000002e714ac501c49510e81e657c665acd72f4bf67fcc90ac1e482c 0.01 MB 14 57
168,531 168,531 000000000000078bbe2c2b91897084043582b203f00884f8bf95f7dab2b2abe5 0.00 MB 4 799
168,530 168,530 00000000000008edddf0dab49d12a03c786375bcc615035b63d2c2709d660fe8 0.01 MB 25 29
168,529 168,529 00000000000003beb4dece62d9d4c49b43c654ede5aa03a48cf2a76b359a333c 0.00 MB 9 35
168,528 168,528 000000000000071617dc7e2bc6b91c6428731de41686c4e7768cd1b8e003711d 0.00 MB 9 52
168,527 168,527 000000000000047a61cb6085bf094cc58bc687233a31131da06546097dd7f8bb 0.02 MB 65 9
168,526 168,526 00000000000005974c91301bf7efdf37382cb43da726ea716112c5fb0a420124 0.02 MB 38 115
168,525 168,525 00000000000003069edc05ce8c848342210852359c4f813dfaa56a8aad12e473 0.00 MB 12 17
168,524 168,524 000000000000083226439574a9f7ef2e43a12c227589dfd582bc64b0ab115db8 0.01 MB 17 36
168,523 168,523 000000000000092a5aa5c096f6afe786f289c52bdc34c88a8904ed9e76e646a9 0.02 MB 41 196
168,522 168,522 0000000000000115af50f824ca47566d0fd67ec61dd182f189370ce1e2f000fa 0.01 MB 11 24
168,521 168,521 00000000000003763ab8bab23f4f82f94b757f96b682ff0c6d5403c65ba8616f 0.00 MB 9 89
168,520 168,520 0000000000000b0ebe024d69f622776b5c4097d75903c6b4fd71209b1e05ee62 0.02 MB 41 75
168,519 168,519 000000000000054d2de8e1016e737c90fd152fa83811c0f8e61b62050f658348 0.10 MB 23 99
168,518 168,518 0000000000000a737638d73b99f6bb59df1a89ab3675d434378cd2d929319046 0.05 MB 132 243
Previous 10 blocks ↓
Total Size: 769.59 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,650.91 GB sent, 95.84 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.