Memory Pool Memory Pool Refreshing

2,453 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.69 vMB 2,443 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (860,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,052 47,052 000000001f4c5c0f4bcce8e72098e701d7ba9e68557fdc9f0a9ac978b4960a74 0.00 MB 1 0
47,051 47,051 000000000742a71b571d265c35fe84f0927d0779d269f0a0f692c0eea3ed6262 0.00 MB 2 0
47,050 47,050 0000000008c2c5d25ac9ff575c1c55e85b1b7aa793406e4474fdfdd0c08bdc22 0.00 MB 1 0
47,049 47,049 000000000e12b7b36a88fffcc008f8360539e5233206a1a76eb2118a4b404ad7 0.00 MB 1 0
47,048 47,048 0000000023c607c3bdeca3490c13c7d37230fb187a8a388c8cb286f5f25cd010 0.00 MB 1 0
47,047 47,047 00000000068198eb550d822625b66e8e2ba04ea1de4e93f8ce627bafa5e9d439 0.00 MB 1 0
47,046 47,046 000000000a34cb71bc25fa15240d6c2072647192fe3d09747896439490b1ac53 0.00 MB 1 0
47,045 47,045 00000000348f94e2e8fc5d8e69d0559769ed4d621d205b673048dd8454e29110 0.00 MB 1 0
47,044 47,044 0000000003aeb2d52e0658da84b3e262ab37f51e15ecb4db454374e97f048d38 0.00 MB 1 0
47,043 47,043 000000000e4fc12437bd22ac0a4ffab02dbfa7727bc7722e6e0932ccc9a6a4e9 0.00 MB 1 0
47,042 47,042 0000000032275e7dd8b02a9860778e25edd828fef46b2d0011643c341039eb87 0.00 MB 2 0
47,041 47,041 000000002e6eb5fa7b7105f5eeaabdd70671abf840ee11019b52f52c832c772e 0.00 MB 2 0
47,040 47,040 000000002f7e7b518153c4b32bd42cc7680369d124a5c8103073725e97fc55a8 0.00 MB 1 0
47,039 47,039 0000000028821df203943d7ba1af167d0b33bd1723606bdb0a30ba57ef49aab0 0.00 MB 1 0
47,038 47,038 0000000026c963482ba3a6a79633676960ba668f6f39371db3929b87623b60f9 0.00 MB 3 0
47,037 47,037 00000000327959474da5cbe8b9e3dd8b0b1411b1906e6372305f133d66843d04 0.00 MB 1 0
47,036 47,036 0000000026015d29364e06cb78f5df057b05978edef06a2f0670349a69201a46 0.00 MB 1 0
47,035 47,035 000000002fe45dffe78ce016d135a282bcbd31518f812ac6f2654004c0771c0d 0.00 MB 1 0
47,034 47,034 000000001d669f0717c68d9f4b8e720b8293ce93a3dc4386572740f5924904d6 0.00 MB 1 0
47,033 47,033 000000001854668a9c72eb507b0cc4a90942bf75f326c5baee7cde0801bcf1ff 0.00 MB 1 0
47,032 47,032 0000000030e75e2ba9ca38b4aac1fd68e95b9361011f503ba78060f4ddfc5661 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.15 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,632.63 GB sent, 93.64 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.