Memory Pool Memory Pool Refreshing

2,409 transactions
19.41 vMB
Show Random Selection Loading Transactions
Max Size: 112/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
886,557 000000000000000000028bb10000000000000000000000000000000000000000 1.00 vMB 1,350 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 886,556 (4,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,972 881,972 00000000000000000000dd856be3410926ae0b8ee41579bd5b2d78ecfe7c7573 1.77 MB 2,914 3
881,971 881,971 00000000000000000000eef42d83401b0636601ebae862f87ba8790461227b19 2.12 MB 1,387 1
881,970 881,970 00000000000000000001283effce266c7ae4c6a98039feb0790d7f7044c86a62 2.01 MB 965 2
881,969 881,969 00000000000000000001501d5b9d95dfc799dc88aa201fd2f8a4e43d16594840 2.19 MB 190 1
881,968 881,968 000000000000000000003503324d903b1010f2848415521284f8c5d6f99306d2 1.64 MB 3,341 3
881,967 881,967 000000000000000000022355506093276fa541f4849de3742d831226f7aedbb1 1.80 MB 3,073 2
881,966 881,966 0000000000000000000150f7085f55fe9d22d961384eb3b6d927212389da6eb3 2.16 MB 88 1
881,965 881,965 00000000000000000000583176d81bb58dacdc5333c2c46812a5b0d0c3e27187 2.16 MB 183 1
881,964 881,964 00000000000000000001a9d9481b1433ac350990d3a590075ff9f2cce34a2478 2.01 MB 2,261 1
881,963 881,963 0000000000000000000064be1ac7ab11b4bd44971b7a4bd17872863923a8cd0a 1.65 MB 3,554 5
881,962 881,962 0000000000000000000177aea829b115e25ba852c3e48e00bf6bc28f99449f75 2.11 MB 291 1
881,961 881,961 00000000000000000000bf1e34d2eb9cb3d1e2e1275087bf66e247d97cd1480e 1.96 MB 1,682 2
881,960 881,960 000000000000000000004258a754be37475ca555c873660812a75d6ce22f5d67 2.00 MB 1,605 4
881,959 881,959 00000000000000000000e32520c21ec3588e2de26beace59cd58a3e4d8914186 1.74 MB 3,128 4
881,958 881,958 00000000000000000000f414703ea2de1b22ea096ff9021cc225828a9fd875df 1.84 MB 2,379 2
881,957 881,957 00000000000000000001bf6da117f98f14954beab4e54997067c5442d70930b9 2.02 MB 1,937 1
881,956 881,956 000000000000000000024e893d65fee89ef7dd436a87ad0b3f361402bbe89f56 1.82 MB 3,416 2
881,955 881,955 00000000000000000001707aebdbf3c2d560fba8ca3e6c35207006daa00c152b 1.66 MB 2,647 3
881,954 881,954 0000000000000000000014ecf89ba5c0cf39a8e99cd4c9bb864eb2cf3805d3ac 1.58 MB 3,420 5
881,953 881,953 00000000000000000000465295b3ffa8162e0590054af736771b5d3ce401be1f 1.91 MB 2,894 1
881,952 881,952 000000000000000000020c8695934eddb86358053185a0d31d0406f3c86f15b9 1.92 MB 2,336 1
Previous 10 blocks ↓
Total Size: 731.51 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: 2,738.43 GB sent, 119.73 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.