Memory Pool Memory Pool Refreshing

12,390 transactions
3.91 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (790,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,001 117,001 0000000000002cc576dca6b2d08d9702ce50e8ce4b666960a8bc374319457722 0.00 MB 2 0
117,000 117,000 0000000000001c78105335022027226fd1d4547293c2598b2e145dd96ef78505 0.00 MB 5 598
116,999 116,999 00000000000041c971c26e2e9cf9de85d06f2d5042c9877dfa23d9f3486f3a75 0.00 MB 8 2,498
116,998 116,998 000000000000ad57b5324024e1f380c151176fe9b4eccf7d2582577dd8963efd 0.00 MB 3 1,144
116,997 116,997 00000000000059b58c598958cc39e3b8d274bd2d2d822e5cb9c98b1d34f5f78c 0.00 MB 1 0
116,996 116,996 0000000000003357bf9d02acc477f8b51d83433bde9b99c76eda41668e491db9 0.00 MB 4 781
116,995 116,995 000000000000227480fdbcb52ace0774d67c0eeaa81f463aa8f76ed92f4f25ea 0.00 MB 6 680
116,994 116,994 000000000000464eeaaa53c44a51c7d525337702fb656c0413df8a6e41549f53 0.00 MB 11 344
116,993 116,993 0000000000009daa7deba32d79d50e46d3790bd6678e50b1aae25c61e04baadd 0.01 MB 28 2,471
116,992 116,992 0000000000008a7eeaf007dd921859db44d4d8e7e7ce8d987fa7a2e15e928a09 0.00 MB 5 764
116,991 116,991 0000000000000b3de031edee149a6206530648654e4a413b8248d3459368a75d 0.00 MB 5 0
116,990 116,990 00000000000047d50bc25af88b804b64dc3b4e7977d6009c8e040479c42978c9 0.00 MB 10 349
116,989 116,989 0000000000004762d1a818f527e8e30c97c4089b42fccf45d57a99bcbd74caa2 0.01 MB 10 288
116,988 116,988 00000000000077c5d3526037027b106424962d262ed6016d77b25da53b68411f 0.00 MB 6 1,200
116,987 116,987 00000000000084eb85990cc1480403eab80ed0572450b36a5f0eeda510230d3d 0.00 MB 9 0
116,986 116,986 0000000000004726416f843862a6f35ebb0b0545797dd3beda9d5f57d996dada 0.00 MB 6 1,445
116,985 116,985 00000000000085beae56915b2c66075cd6d8f4237b202fbc66cd29a77a507f95 0.01 MB 11 777
116,984 116,984 0000000000005bb8f311c73b0c73d06c103023ef03c6b3fea97b6fbbda7429d1 0.00 MB 5 3,872
116,983 116,983 00000000000094f427ec8d51c089ea687f97644d366e307c57a69604ac4a3bbd 0.00 MB 7 338
116,982 116,982 000000000000034837a34f6406e4bfc0785a4744e1d53d705504408efade98d7 0.00 MB 11 625
116,981 116,981 00000000000015ebbc44cb293785bc2f6919bf28cf3dd6e8cebd3b2be6dd1aad 0.00 MB 10 593
Previous 10 blocks ↓
Total Size: 769.01 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,622.15 GB sent, 92.93 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.