Memory Pool Memory Pool Refreshing

17,859 transactions
5.76 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,526 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (54,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
853,443 853,443 000000000000000000013ab60049fed086f5f5cdd902db64d02da5cf4ddb0573 1.65 MB 3,030 8
853,442 853,442 00000000000000000001e4f8cffa7febaa651e37e6801a6626e656b3af6161bb 1.54 MB 1,879 8
853,441 853,441 000000000000000000035d5bad54198131da184370f8dbca47a932fd5156c881 1.64 MB 6,883 4
853,440 853,440 00000000000000000001936dadc6b831c161e571217daabc2022475b90587f6e 1.50 MB 4,064 6
853,439 853,439 0000000000000000000346b3fc486e203e8ce38866f4491c9ffb6cdac4e019a1 1.67 MB 5,193 5
853,438 853,438 000000000000000000031453038b8f60d4b3be83fe8910200c11de2e85a6bbe9 1.64 MB 2,882 5
853,437 853,437 00000000000000000001370e9091cf2320c5dbaf35328a0e7c2ffdd4bc8184fc 1.58 MB 3,491 14
853,436 853,436 000000000000000000011074415a2a5047fa6a289629f627d553a088a50b40a3 1.61 MB 7,319 3
853,435 853,435 0000000000000000000088a2709e42f558f41a87bcbacf71326864221ad8bfa3 1.62 MB 6,918 4
853,434 853,434 0000000000000000000295341925a85038d77f2eb7734d43e29503754592a618 1.50 MB 7,554 3
853,433 853,433 000000000000000000032b6c1e857e50adf940033aa05edad38f1963214b24d2 1.61 MB 3,994 7
853,432 853,432 00000000000000000000cff2d1c35e7f5a5f3ce1313f2177ec15be201a4debe0 1.64 MB 7,473 4
853,431 853,431 00000000000000000000ec810339434f977221b301e90a810c880b17538a3739 1.54 MB 5,575 6
853,430 853,430 000000000000000000011aef4e7948763122769b8b4c1335074909ba445fd31a 1.55 MB 7,765 3
853,429 853,429 0000000000000000000368d2e7b72758925002db90873e7c9c5627008ec3b369 1.56 MB 6,560 4
853,428 853,428 000000000000000000001649d434d88bc2405497fa93245396d477bda813cdf2 1.66 MB 5,643 5
853,427 853,427 000000000000000000034a49a5901f91a9c729056b051fcf3f821ef23f2391e8 1.62 MB 3,014 8
853,426 853,426 000000000000000000001016833fb3324414cab698c5386314c8a18c9d069bc8 1.57 MB 7,529 3
853,425 853,425 0000000000000000000112cada17b139fd57c3fce3c350b6c17d2159c25c2f0b 1.67 MB 4,845 4
853,424 853,424 00000000000000000002be2982392a5c66f668d852f5d3d42e5f006ed9d0bad6 1.55 MB 3,346 8
853,423 853,423 000000000000000000023a16f96c78b4ad1ab688f8a7defbb10dba35d38219ed 1.46 MB 4,030 6
Previous 10 blocks ↓
Total Size: 769.02 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,624.25 GB sent, 92.99 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.