Memory Pool Memory Pool Refreshing

5,685 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,093 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (201,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
706,005 706,005 00000000000000000002f58fdfb68e422ca33f9313875f9b0f0c58cd19a01276 1.34 MB 2,465 14
706,004 706,004 0000000000000000000cd39f62bf11b5c45b66a89aee18b05a0b547f98dff98d 1.61 MB 2,830 39
706,003 706,003 0000000000000000000288029d8cefc456019a9bd66d83a74645b1909600769b 1.67 MB 2,245 29
706,002 706,002 0000000000000000000367f98162ec31e5f922fa8e9a9672bb3d66e8b12aa5d8 1.46 MB 3,007 12
706,001 706,001 000000000000000000055125c7a4d0cd58a04b8ae66a62b6423e057ed5fc9a62 1.46 MB 3,009 14
706,000 706,000 00000000000000000006cbc1e8d745703aea855d6d881d4d6675cb49039fa48a 1.48 MB 2,217 13
705,999 705,999 00000000000000000005a958ed69df31e64351771c5d4add5270e0dcf1dd4d49 1.55 MB 1,992 20
705,998 705,998 000000000000000000028f45a400eaeca5061a7efa0097cb4f8c083c50ce4653 1.30 MB 2,508 19
705,997 705,997 0000000000000000000aaf05a4839f7ba689c7418b5f1e14662f9183f989b456 1.51 MB 2,486 11
705,996 705,996 000000000000000000091640c63b09a56f1d6fe745de766329a920778f899097 1.60 MB 2,127 14
705,995 705,995 0000000000000000000aa6fcbac477d53e16267fbc419dc780a87c8d23f38bdc 1.70 MB 651 16
705,994 705,994 000000000000000000050a2bc98a748444c457953ea2cdca090f960f26854573 1.40 MB 2,669 5
705,993 705,993 000000000000000000028a2de410cc7944054cff9898a4b6c6c4205afaa83729 1.39 MB 2,914 19
705,992 705,992 0000000000000000000971bb0f4826f484523a65b89afade22aa550ddc1387e2 1.55 MB 2,771 19
705,991 705,991 00000000000000000004ca8160d4fb701dffe030dc1419a9330f6b975797fb38 1.79 MB 815 3
705,990 705,990 0000000000000000000ca0ac8a856ee1cb8bf84867ee2497c3a33e2f31cacf52 1.50 MB 3,004 7
705,989 705,989 0000000000000000000974eadc4f17b7e1e1cf8cc425840879b9564d0bfcf714 1.39 MB 2,321 17
705,988 705,988 0000000000000000000aa7513747a25701326790bdb753bdb0087557c5f95787 1.38 MB 2,411 10
705,987 705,987 0000000000000000000869f8ef257775dd5d904f9189c9a49ebec9d2293d4d7d 1.32 MB 2,277 19
705,986 705,986 0000000000000000000759fdefdcf66b95a1a8d619efa7f59984d7f3a4d3f087 1.33 MB 2,134 18
705,985 705,985 00000000000000000004e47ad8888a4088c441df337f244b6952ba11415eb5b6 1.55 MB 2,591 12
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.29 GB sent, 93.06 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.