Memory Pool Memory Pool Refreshing

11,048 transactions
21.34 vMB
Show Random Selection Loading Transactions
Max Size: 86/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
5 sats/vbyte 6
3 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
895,993 000000000000000000025ced0000000000000000000000000000000000000000 ago 1.00 vMB 3,661 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 895,992 (723,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,980 172,980 0000000000000068ba54911a012c779cc679962b0498b62fc00c676cf8fe311b 0.00 MB 6 79
172,979 172,979 000000000000007b87c8fd727518e2590e6ae1ed0d452ae4b40e85a48ddb3ce4 0.00 MB 7 25
172,978 172,978 0000000000000a2bb6a34113a465371195c841324f16c504942347a180bea996 0.02 MB 47 106
172,977 172,977 0000000000000915555d99f356d3cb87d59f09d900e7ff738ef1595e47b2664c 0.01 MB 31 161
172,976 172,976 00000000000008d4b2990ab1fd7e2ea5f79460aaeb05f0ca0b9abaf923c1274a 0.01 MB 27 44
172,975 172,975 0000000000000a0b32a3cbfef708cd0c490ea06148138d22bb4d1d3644cbebe1 0.02 MB 26 45
172,974 172,974 00000000000000ce3f43ba19f484d4d4db19aa626be08981a18df4fab815a5c0 0.01 MB 49 13
172,973 172,973 00000000000000d70d37e69b3760f06265af5bb17ca41af3ba282165959108ee 0.05 MB 154 114
172,972 172,972 0000000000000607e84090310dd3cda2c5b3806e6f37c1d592976ca971a202c1 0.00 MB 1 0
172,971 172,971 00000000000005684cab46b936a57610b401b908f3457ba58cd3d7321e2be46d 0.04 MB 73 73
172,970 172,970 0000000000000ad6a81764976e62e0511aa1db0ed975b7dba1fd9425b368c969 0.05 MB 82 177
172,969 172,969 00000000000003b207951d70ae91ef4d15062715514c0cb8f15c8a0f4d843b3d 0.00 MB 9 39
172,968 172,968 00000000000002ae8e15f76af06f33d48061b6e62da2a3d521f9b4fbed9a8ed6 0.00 MB 6 25
172,967 172,967 00000000000003b744bf91d3d45d83318d8f9189f343625991000f34c0e5f7a1 0.01 MB 15 107
172,966 172,966 0000000000000432f70a93b6bdd084333db161e67ce64efbb09cb31546ed21b6 0.00 MB 9 23
172,965 172,965 00000000000003be67f1feb37f6acee60138f60e505514daa3dff1490cac6298 0.01 MB 29 72
172,964 172,964 000000000000098b7f86c652c91b0466699d415d1c1135623ab1b40db5d8fc38 0.01 MB 19 81
172,963 172,963 00000000000000fd3691a311379ea37178df920ffa029ed15545ddcc0f152680 0.01 MB 16 28
172,962 172,962 0000000000000a6e4a7a9f227e90bd9cb8f22ed5cbb53d97464b38a618d51964 0.03 MB 92 48
172,961 172,961 0000000000000303b88a5897dac02bfb592daba35552f1c0d12e0c6b22cf7c03 0.02 MB 60 22
172,960 172,960 000000000000088fd6e31925f4bcf84b52275f80e8ba18d5ef66b591f553c5b8 0.03 MB 80 193
Previous 10 blocks ↓
Total Size: 748.73 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: 533.27 GB sent, 3.47 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.