Memory Pool Memory Pool Refreshing

1,887 transactions
0.79 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,742 00000000000000000002349e0000000000000000000000000000000000000000 0.78 vMB 1,881 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,741 (544,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
362,761 362,761 00000000000000000e4417153be20abb241664be0f11a57271bc7e19bca899ac 0.91 MB 1,611 31
362,760 362,760 00000000000000000bd992b3493890c757cf9d59cd1ee5951bc9ffea8bc9525d 0.93 MB 1,563 27
362,759 362,759 00000000000000000100f325285852d489b6ab8f05ad5ccb5ae6277a2ce7517e 0.57 MB 889 23
362,758 362,758 00000000000000000a8fd8b725a30bcabfda90b864d112303dd14d60b1d64501 0.92 MB 1,749 29
362,757 362,757 0000000000000000139c26946d5d64f9297ddb5b29008019caaabcb7be4ac84d 0.75 MB 945 20
362,756 362,756 000000000000000000edcb513a3a965ea090d92ca561b79e2f7c2f8eed62b804 0.75 MB 1,010 22
362,755 362,755 000000000000000000e4a9450c54f01b4a485e48bac09f0922fae41923c0ae76 1.00 MB 2,778 44
362,754 362,754 00000000000000000f679a5b0b78a89d5e26bd4f78a584a0fa4d8d871ec458de 0.36 MB 616 23
362,753 362,753 00000000000000000d634d5fb7e8c6194fa99fb2b8331de29c5cc3add51b4eba 0.44 MB 864 26
362,752 362,752 00000000000000000416b90fb5b3ca49699f9fb55ef69d17f7a8c8c06db81091 0.08 MB 148 26
362,751 362,751 00000000000000000b70de41c02d38cc2f7d9e16f2d9fada6562b2073e1ed1f2 0.55 MB 888 25
362,750 362,750 00000000000000000b08c2309bc6b94d2182eb17cf59b144816272d7faa4b09d 0.10 MB 158 22
362,749 362,749 0000000000000000127f915944fa90ff649e6af65d471be46dda873ab0b22426 0.43 MB 865 24
362,748 362,748 00000000000000000465c4fe7b42dbfd607f58dfc2895f9d90b615f0774aa7f1 0.73 MB 513 13
362,747 362,747 0000000000000000057f37835f4695c8974efac83eddc0a075d06a46c377a722 0.75 MB 1,282 28
362,746 362,746 0000000000000000102dbd1e6ff3d7bce9bb14b35dc5a3aa00da8c646e647b82 0.46 MB 1,004 31
362,745 362,745 000000000000000003c7d700478a8243b948e3df85f63fece17d020fa50413cd 0.10 MB 79 7
362,744 362,744 000000000000000010d522e6cfa1933dcea22df99e4dd79932011500a2e42256 0.41 MB 910 33
362,743 362,743 000000000000000013c2ff770db8dc33489c749ee12acceed326e46fea8ef156 0.44 MB 953 30
362,742 362,742 000000000000000015960c4fb0553ed21d75a161c4dc1b16e674fa3f67fdbbbe 0.37 MB 614 26
362,741 362,741 00000000000000000cc14d3eafa9304913eea30ee6e02cb131893e11569e9761 0.25 MB 308 16
Previous 10 blocks ↓
Total Size: 769.06 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,627.94 GB sent, 93.19 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.