Memory Pool Memory Pool Refreshing

2,479 transactions
0.76 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
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
907,694 00000000000000000002349e0000000000000000000000000000000000000000 0.74 vMB 2,463 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (18,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,120 889,120 000000000000000000012781c75e2b6b45201c5146cd8d09eb9b02d5ea1104db 1.39 MB 2,369 2
889,119 889,119 00000000000000000002039ac48a50cf820b275978a7612d9c0dd250b207d349 1.02 MB 213 2
889,118 889,118 00000000000000000001c8ae8a434f69084fd02b96c27f9af8f32a078523831b 1.45 MB 2,745 2
889,117 889,117 0000000000000000000015a3238170b8876bc1a58f56e505af6a39163539e972 1.68 MB 4,000 2
889,116 889,116 000000000000000000018b97eae76dfe3adf8ed5c0d96afd84d04da7022fda73 1.47 MB 2,738 2
889,115 889,115 00000000000000000001846cd08e265473e2d24410c54bd043d059d8271920cd 1.25 MB 1,503 2
889,114 889,114 00000000000000000000b747e3c6dd0dba7e1fc7e63a096aab2d7222958372cc 1.52 MB 2,437 2
889,113 889,113 00000000000000000001d13c2cb0d4682762b8e548f18f6e2491a002f986349c 1.36 MB 1,955 2
889,112 889,112 0000000000000000000137c70cc1589c1e7f274a7fca3ad253cd013317486bb4 1.69 MB 3,751 2
889,111 889,111 0000000000000000000042beb5670c2c5e8befd8f0ed6763b86445150c42c2e3 1.64 MB 3,590 2
889,110 889,110 00000000000000000001cbf0b92f0492352e2b39c0a6e5fd1591c8580c7bd431 1.50 MB 3,416 5
889,109 889,109 0000000000000000000006d90dc1cabd167d17ef7e7fabc7145eb89433bc0ac6 1.57 MB 3,136 3
889,108 889,108 00000000000000000001d1a65e15a4a10b225ae76933af067227c5820c6a277a 1.51 MB 2,866 3
889,107 889,107 00000000000000000001ab465d82f12363af403161202dc1c9bc87dc7a93faf8 1.17 MB 1,080 2
889,106 889,106 0000000000000000000026d0dc5c01c7f4cbb455185bef228bf3eb798acb3558 1.31 MB 824 2
889,105 889,105 000000000000000000020355580b105cec460b9d797b464d3d6167e7aa03dd03 1.16 MB 917 2
889,104 889,104 00000000000000000002371c40babef3804639605ee885d54c8cb6d0b5ce5645 1.94 MB 4,693 2
889,103 889,103 00000000000000000000fd6b36d66da6b55c9f19882246dc966d3cfdf209291e 1.75 MB 4,160 2
889,102 889,102 000000000000000000000340159a42a456a795aeebfc60fe5f363625d70e57c7 1.74 MB 4,223 4
889,101 889,101 00000000000000000001cc564e26f41cf03fd2febab10a92fddb841a7008a3a2 1.63 MB 3,323 3
889,100 889,100 000000000000000000016eb94efdd97d98141207f71afd320529c119d85f4e8d 1.64 MB 3,762 4
Previous 10 blocks ↓
Total Size: 768.97 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,615.57 GB sent, 92.65 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.