Memory Pool Memory Pool Refreshing

4,768 transactions
1.92 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,224 (906,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
1,772 1,772 00000000d79ca1994b80322b944426b607c9729f2651436a7a87a1cd1048ebfe 0.00 MB 1 0
1,771 1,771 00000000a5e1552a1ea5e75e7680eb205a8fc32849d4d61ca9826935e2e204e2 0.00 MB 1 0
1,770 1,770 000000006947fb1ec7bda93f3bdb54372faaea393807409c6c7cfa236da44c8c 0.00 MB 1 0
1,769 1,769 00000000772003e7b81cac7d63a1195f55a321347eb0a6190140176906d64469 0.00 MB 1 0
1,768 1,768 000000002b55f8cb48deb8d6b7dc0817df9849a7e2080d9648979f0fe45d2853 0.00 MB 1 0
1,767 1,767 000000004a48edeb998d77a0ec1c558230878ad0fe24ba7f255d5bbc344570e0 0.00 MB 2 0
1,766 1,766 000000008bff18478663187c769ea567d1e366b5b693b820f5a195e1f851521a 0.00 MB 1 0
1,765 1,765 00000000f0c08a990808201c33ddfdbd066dd970d240542bb9331e43d7016bb3 0.00 MB 1 0
1,764 1,764 0000000016d9d08f3cf31549e6e96689a9e3444e909c8682cf860f2b79dc2e39 0.00 MB 1 0
1,763 1,763 000000003db92ea2d744dcb2a7a3b54a3d40496cced5a166ef5a1d328300dffd 0.00 MB 1 0
1,762 1,762 000000007d95532530049dbbb1aea78bc0d0a71b8b9f07ec8871ff3faca8c28c 0.00 MB 1 0
1,761 1,761 00000000e98eb630ca32444cb0621dea8818feea9039296ab322fc6f283f296e 0.00 MB 1 0
1,760 1,760 000000003e029e3e141af6aa26bc2a7a212dc66af32434a7ca82bf2890183fc8 0.00 MB 1 0
1,759 1,759 00000000d52d9d0b6fe6b9ec08096d3da59c3dcdaa2e29bef2dffdfc905f5f7a 0.00 MB 1 0
1,758 1,758 00000000fe47c494b4ff5393c885888f6e1b134c09ab42e06d40bc795d9d9ed6 0.00 MB 1 0
1,757 1,757 00000000f512066d0e3b2d3599420092efd44976a82cbf4d335beb947031e891 0.00 MB 1 0
1,756 1,756 000000005ba792c43083919a3352d96da39563de6553a660b929071f90eff728 0.00 MB 1 0
1,755 1,755 000000003a4e4b9193c3632d820ba93ec30f192c4bd0be902f6304edeeaca9a6 0.00 MB 1 0
1,754 1,754 000000001346de321c79a533dea54f329d69acced37153324594e6b615775909 0.00 MB 1 0
1,753 1,753 000000000c6bcf9721175a9eac5fb5ef240d9fa96b1ebb2ac30608788c055c5f 0.00 MB 1 0
1,752 1,752 00000000f396ab6b62ba13ef214dfd15b1f17062da8d99742d63bbeeaa5a6a3a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.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,685.62 GB sent, 97.70 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.