Memory Pool Memory Pool Refreshing

4,714 transactions
1.96 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,385 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (702,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,829 205,829 00000000000000b0d18169203ae32d9c38e3fd9ddfeea517f97dd6bd6e709d2c 0.04 MB 85 198
205,828 205,828 00000000000002fdcafd49a8fcd41c0e9b0c5270b26da5ea0e72b9635ceb672a 0.08 MB 113 88
205,827 205,827 000000000000011b7ebc7de616019330379dbdcfbf975d5159f7f66d923620e3 0.10 MB 155 119
205,826 205,826 00000000000002a4a8bde4d809e2035f553c5b9d0cd0d96392900b6b0f211933 0.07 MB 139 151
205,825 205,825 000000000000015127899c0b003c18aa34d07443561c473e514881a04e1d6385 0.23 MB 176 54
205,824 205,824 00000000000002056476540c4394e045c6a575edd8e14d2fc08a9731eaa7fc0e 0.04 MB 95 115
205,823 205,823 00000000000001e4be85ebd57aa3a45ffbbb119b84198e30de1dec3c47fd08bd 0.00 MB 12 62
205,822 205,822 00000000000002019b9b0a39a77f0032869cbf26adc8e596ff4c25ce1dbac54b 0.01 MB 14 18
205,821 205,821 00000000000000f17a3ad583b63d78e9eef058653f75d0c21a54082d35327687 0.03 MB 35 42
205,820 205,820 000000000000034ae1b848dded3f61710727045cd2856b1383d077ae200a6cef 0.03 MB 64 71
205,819 205,819 00000000000002e7ec998ea50be699ee7feb0e26afb462d25a8faa3e6bd17ba7 0.02 MB 43 139
205,818 205,818 000000000000011737f6a2f04914b389b44e08ac219364165c3692269ac9c9aa 0.08 MB 171 128
205,817 205,817 00000000000001181ff081feab8675e64ca42b0d6763b36e5ad3bfbb0e013942 0.01 MB 34 185
205,816 205,816 00000000000002d5e365953ba1a9dd3edc997ce1678df82d3adf86fafec439aa 0.07 MB 151 155
205,815 205,815 000000000000049e20f1e6d73f1d4d7851e1fd71f7c4ce844bbf7f5be7d10295 0.05 MB 165 38
205,814 205,814 000000000000043b6297262b198fc6bd6ed83f7dcbd2c3f1d9e25bb37603f80f 0.00 MB 13 17
205,813 205,813 00000000000004559953cd5e076ab775738e88a8f98b7c5a872f34817cf98ce7 0.05 MB 125 151
205,812 205,812 000000000000009aad97287787cc6a1661ffba91e868c7383b298e9f44a57d5b 0.03 MB 62 224
205,811 205,811 00000000000004c8f70f4005db979c326604c8723a86cac3acb3b0012cd24b26 0.01 MB 24 123
205,810 205,810 0000000000000273dee807dfd38703fe2faaa49b41456ee320e0dbd2cb334885 0.03 MB 63 92
205,809 205,809 00000000000000fbc211834f961ee1c47e857d01ce07476776711a089db549c9 0.01 MB 21 63
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.