Memory Pool Memory Pool Refreshing

5,105 transactions
3.26 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,728 (60,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
847,529 847,529 00000000000000000000668c06db53080a5daefc1baaa0e973d1d67553a13da2 1.58 MB 3,439 36
847,528 847,528 00000000000000000002c4adbd1a68886bf484215a84f9a5d9775dfc1bbdf4bd 1.54 MB 3,670 41
847,527 847,527 0000000000000000000232a7cb5a51f52c24875b65790ac38a017a42910dae6b 1.64 MB 3,809 36
847,526 847,526 0000000000000000000281b405501ab468bddc7fcf539d90eadf4874802417e2 1.73 MB 3,749 32
847,525 847,525 000000000000000000023234bf066eb909b7994d48e2df94cde2cc167e842f80 1.70 MB 3,843 37
847,524 847,524 00000000000000000002b87d78a862f3b8a89284d8e48f2a28545f5041ef8911 1.71 MB 2,852 37
847,523 847,523 00000000000000000002fa09b694176fd7a41a085210eafec9f449be323cce7b 1.58 MB 3,486 45
847,522 847,522 000000000000000000018e2b07cd02d31010f6e9fde34f237ae2879887a1d590 1.58 MB 3,038 37
847,521 847,521 00000000000000000001045018d92e15aa7115d975bc832dbf8fd0bd87923c3f 1.52 MB 3,295 49
847,520 847,520 000000000000000000000dd4fa20bbbfde8f014a4f85326e30f243f9c1b4ed44 1.59 MB 3,288 48
847,519 847,519 000000000000000000004d0af6ead9af9ef44d5ee71d13f706da8e7aa4053067 1.65 MB 2,983 44
847,518 847,518 00000000000000000002802a5619652bd37b08f06fb843cb33520e5f572a31fb 1.59 MB 3,251 39
847,517 847,517 0000000000000000000141b5b767546769dad0674bc9795045433ff937f021e4 1.54 MB 4,359 40
847,516 847,516 00000000000000000001d7f800a8bb762c44f827249e4e7f8a026d5dff9de55a 1.57 MB 3,723 44
847,515 847,515 000000000000000000033a8e1cd335e7ebf36c03cbabe4dd7ce40194f1252d87 1.55 MB 3,897 44
847,514 847,514 000000000000000000000a25bedc1ebd3af675b31813c31978f67e7c8e3fbc6f 1.48 MB 4,404 50
847,513 847,513 00000000000000000000d5c4ff2bcb83a73bd8820efa686c35e39f29aff4824b 1.55 MB 3,901 45
847,512 847,512 000000000000000000009f31dc13ead420511e39fee81210ffbe78c208c3e01c 1.54 MB 3,589 44
847,511 847,511 00000000000000000002ec99af37b9e894c3c4f2105824a01e44d3c3b2f94be3 1.47 MB 2,495 31
847,510 847,510 000000000000000000011d7b9941c68375adea92193ce757c50fa484891e5230 1.72 MB 2,440 29
847,509 847,509 00000000000000000000f660ae6aabc0482917c38871ea22038b3888b472d1ee 1.70 MB 3,121 30
Previous 10 blocks ↓
Total Size: 769.04 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,626.03 GB sent, 93.05 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.