Memory Pool Memory Pool Refreshing

43,064 transactions
33.85 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
3 sats/vbyte 12
3 sats/vbyte 144
3 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
875,845 0000000000000000000297fa0000000000000000000000000000000000000000 ago 1.00 vMB 2,641 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,844 (774,543 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
101,301 101,301 0000000000005cca107f3f9071bd69582c7d8469f8b261fe8a7560cce4f607bc 0.00 MB 2 0
101,300 101,300 000000000004044f1a5c496565fcfc37d2ec2ea2cf1b1bd1b1eb4aa56a9523cc 0.00 MB 2 0
101,299 101,299 000000000003348283de1ca3fd93d09c2320fde8e001df7ac59fabba7274aedd 0.00 MB 6 0
101,298 101,298 0000000000028e978f0ef61e24bb27963550f4d187256879fb3c0f9590bbdacc 0.00 MB 1 0
101,297 101,297 000000000003625df2656201c836bbe2608e98ac4896d7e736bef4d139f9a810 0.00 MB 1 0
101,296 101,296 00000000000064ce6d020fcc42734b17fac2f3ac41f610caa279a1c29ecef879 0.00 MB 4 0
101,295 101,295 000000000002523ddcc4a1d0da40d52674605512db7021b30e1a87e36559fba8 0.00 MB 12 0
101,294 101,294 000000000000760675a08e8387d963af6ba3dfa1f29aebcf46589db407cb29fc 0.00 MB 13 0
101,293 101,293 000000000002b14b35b10249b47d0186b3620341423b8cca8e460b628fa9874b 0.00 MB 12 0
101,292 101,292 000000000003ca8242b8d337e5a4b5955eceaa8952ac9fbc67e9dd9addfb3161 0.00 MB 12 0
101,291 101,291 00000000000390d1b90b995df69a9e394b1913ee30235d1b7d81ba05dfefa0c7 0.00 MB 13 0
101,290 101,290 00000000000014b5d7fb045e644c6b654b24e8c2baf26788ff360845c2656504 0.00 MB 2 0
101,289 101,289 00000000000383c133e93529d83b589122b2e7147d6447b0fd6c0bd89d2b5c3c 0.00 MB 1 0
101,288 101,288 000000000000bc46bb08537bb8b58c288db9ef5da7bd7f7b3f9d935cb5ffa67a 0.00 MB 1 0
101,287 101,287 000000000000ee66d8a2bd86b6e9a1533c3f2779c46e9064c8dd256adae653f3 0.00 MB 1 0
101,286 101,286 000000000000b2e26876ea677efbf812b092b8a66be1fd9f83d86c0e58f7bfa7 0.00 MB 1 0
101,285 101,285 000000000002b75f39d256eeae01cae2022db94af6b084d0c60c9fcffb428d44 0.00 MB 1 0
101,284 101,284 000000000001bff87b29edc07a044420bbd2ad785b66e500949fa21563d21f52 0.00 MB 4 0
101,283 101,283 000000000000df7e308659509646f922858d393df27a587645a6873645442cf1 0.00 MB 8 0
101,282 101,282 000000000000468f2c9fc45c21c0c59ec8b3172126a73668f97a9d994f29a7fd 0.00 MB 2 0
101,281 101,281 000000000003c38b6cd36b0105a859d3acb88aa56f12f28d1b70d923597436c4 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 710.19 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: 640.71 GB sent, 13.43 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.