Memory Pool Memory Pool Refreshing

8,048 transactions
2.96 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,290 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (565,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
342,005 342,005 0000000000000000067491c1fb7c478c147080cdd7b207c9b88f3e83fc83b9d3 0.04 MB 84 23
342,004 342,004 000000000000000002c58b51b33e5801b55cb773e0c77d5306b61358db80b59f 0.19 MB 297 21
342,003 342,003 0000000000000000077c40ebe3e74c007958d1af48e082eabed041ded69cf340 0.41 MB 762 24
342,002 342,002 00000000000000000f88f5e5b2be419da119e67d108ff5141d6602add4a89133 0.27 MB 628 28
342,001 342,001 000000000000000007a0870fbf18c6b9f23c623f7f332c1a06bcc1a260399940 0.05 MB 106 22
342,000 342,000 0000000000000000007220892af98a563a1c891c756e94be3f14edddcf637c3e 0.23 MB 375 24
341,999 341,999 000000000000000001bec9571f8c3d88d758116fee3eacc48ef60b5335f44841 0.13 MB 243 22
341,998 341,998 00000000000000000d05ab080100f7ac60c9220a62ce655d8d8b86d852f3604c 0.10 MB 162 17
341,997 341,997 000000000000000007ecf3676da2c77cc2fd5a42a3187bd458f65d05f4450dac 0.19 MB 393 24
341,996 341,996 000000000000000002ed855b32c6d08e7ba4bee072dcc2fc47513a8f79041627 0.04 MB 104 33
341,995 341,995 00000000000000000c0197bc6060f2ce6793a5031179536b5dbb66adba2f13bc 0.37 MB 547 23
341,994 341,994 000000000000000004ebe6516b5c35796adfd35f8f0d9a005c6bd1ebf02818a1 0.17 MB 474 38
341,993 341,993 00000000000000000ec72128452f7211dd7363e262f532c81f50cce68fc7858f 0.05 MB 116 25
341,992 341,992 0000000000000000119366834f1cae28e23f3817f5281902e2b45cd5bab41adb 0.27 MB 427 21
341,991 341,991 0000000000000000098e60565e2b54af67ff67ec1c53bddf9d88bd13d60813cd 0.34 MB 629 24
341,990 341,990 000000000000000006e7db4beef104d9d23e13a7a26936231f2c6effa9694744 0.44 MB 693 22
341,989 341,989 00000000000000000f1d9bb00f26780feaba1306666fd52c9a8db69d2b683e37 0.73 MB 1,074 20
341,988 341,988 000000000000000016c7282ba47ff8b3595b3b7aa451959b61672eba314d16a0 0.27 MB 769 54
341,987 341,987 000000000000000001cb23d867ec7b425852bf08612a18dcc526c642b2d65dd2 0.39 MB 674 30
341,986 341,986 0000000000000000027fc433b9b3d13fe4f164179d56e7cbc848a8bd54381778 0.03 MB 73 55
341,985 341,985 0000000000000000074a35d5f5aa43fc2c2c4734813807ed93ed4f45895eaee7 0.22 MB 396 25
Previous 10 blocks ↓
Total Size: 769.13 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,631.68 GB sent, 93.56 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.