Memory Pool Memory Pool Refreshing

6,397 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,307 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (77,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
830,519 830,519 00000000000000000000e5eeb7de43fa9d7654ac40bf2062d2554db4da96794c 2.59 MB 2,467 20
830,518 830,518 000000000000000000015c71aa54f51e3399589f804a833ee0413a98500371ab 1.71 MB 2,155 24
830,517 830,517 000000000000000000031879d7ff8acc891e013722d8fea0669d3767b4458671 1.49 MB 1,771 26
830,516 830,516 00000000000000000002495aeb108779fdcea8cc049204b3f09f9ac129a9ac8d 2.87 MB 1,316 20
830,515 830,515 0000000000000000000258f27c5a87918b7e531a04b71dc1c1a5ab30315530f8 2.10 MB 2,476 28
830,514 830,514 0000000000000000000166141341d1ad522160f51afcee4b355c28e9a408449f 1.94 MB 2,426 29
830,513 830,513 00000000000000000000ae1671d9c169a5fa72840588699f000d608e7e7d587e 1.93 MB 2,096 28
830,512 830,512 00000000000000000001b64bde8412f89194f54931cb32c7915563ba18b4958e 3.04 MB 915 16
830,511 830,511 00000000000000000000ecbff754fcef016f9ec3f2bec6344db83952441c3b32 3.31 MB 766 18
830,510 830,510 000000000000000000005ba1582783a3772b9811465ac5968e148045190c11dc 3.16 MB 925 17
830,509 830,509 00000000000000000001b267cf81f5e8c856fd79a60b156f726976dae2150cc7 2.98 MB 1,030 19
830,508 830,508 000000000000000000022bb6202a6f5a2bc39c24233cbd71623ad9097393b615 2.92 MB 857 19
830,507 830,507 000000000000000000000cc45bac8c8467c2ac50daa471b9e313484e2f1371f7 2.00 MB 2,049 25
830,506 830,506 000000000000000000020feee9799a457118b9fc4306d3a53d0a53b7066388ff 2.66 MB 1,734 23
830,505 830,505 00000000000000000002cde47e605ffe87627af9b509b37e9fc46016709585d2 3.17 MB 428 18
830,504 830,504 000000000000000000023bd83975a782573e93acc8b656066793b2ec0c0a0f34 2.71 MB 1,159 24
830,503 830,503 0000000000000000000377a8e2cf710c9f7ccae0d2b121a86f2d1135535d3b24 1.89 MB 2,309 32
830,502 830,502 000000000000000000036faef867030628850e6cefca08df4e65ed499ff61c19 2.80 MB 1,316 23
830,501 830,501 0000000000000000000355ef3931846f492c18a12369411f1a5e70b153bb0336 2.43 MB 1,372 25
830,500 830,500 000000000000000000012e03188360be8c11e7088aba51dc2155bdaa22f4e0a5 1.99 MB 2,223 31
830,499 830,499 00000000000000000000b6d5499e32f14f77bed7d5ebf6e1c72f571900bc8433 3.53 MB 483 20
Previous 10 blocks ↓
Total Size: 769.24 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,634.97 GB sent, 94.11 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.