Memory Pool Memory Pool Refreshing

8,783 transactions
2.72 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,921 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (739,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,543 168,543 00000000000001e9fb5348dd0f57eb9a093da7780421dd1ac2f10898577f08f1 0.02 MB 46 5
168,542 168,542 0000000000000417082df05f39e43024c853b65e909c21e7a4875ae9a7af8566 0.01 MB 36 49
168,541 168,541 00000000000009679c33d5271cd45c7c7a87baafeeb78043ec32f1cdb199b2f8 0.00 MB 13 321
168,540 168,540 0000000000000a1fb4bb74c219106bf48099cce8edd0508ec6d55bc1d37cfc37 0.00 MB 14 37
168,539 168,539 0000000000000a30ce1c8fda169febe79a67d39893f76cd9836c27815bf0a80c 0.02 MB 42 33
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
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.