Memory Pool Memory Pool Refreshing

1,411 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,404 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (785,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,096 122,096 000000000000097b9d12a9d94d4e02934241f0d424ed882e679ce81d2962296e 0.00 MB 11 790
122,095 122,095 0000000000002c98c8b6dbf6a297670ff8cabc3b8ec11917cf768eae6ac23fed 0.01 MB 19 551
122,094 122,094 00000000000083b94a0e54eecfcc07ffc660e53ca9362af536a405686ed3bd29 0.00 MB 11 0
122,093 122,093 0000000000005cae6b094536b84bbb305b26a6316c72ce235dabd8af90152feb 0.00 MB 13 0
122,092 122,092 0000000000000d1ef33691bd1c2334f8970075a74ab3b461f1fb85979a376f90 0.00 MB 11 899
122,091 122,091 00000000000041862e18a752adb96c5cba5ca84c98e154ee8dbbda28632e0d80 0.01 MB 16 989
122,090 122,090 0000000000004a5143517778d653f0603de71810b2d4aea76de44be5cedd488a 0.00 MB 7 0
122,089 122,089 0000000000004972295a5900683c4c3f95a468f62e63371d9c5255d9e4d7d6d9 0.01 MB 13 638
122,088 122,088 00000000000038ef06b616d5e7a137745e9d82d9ab20236c3d340d256e69a8d1 0.00 MB 8 0
122,087 122,087 0000000000003b5cbf07f09016216f0e936b62e3fd3dbc329f64881d424f6d8f 0.02 MB 45 991
122,086 122,086 0000000000000b147b74dd03b23b71b138b3695244228f514b1be9646108cbd9 0.01 MB 14 452
122,085 122,085 0000000000006cf93d8392940a1db60c11398eac855b64838e83522e8270e560 0.00 MB 8 0
122,084 122,084 0000000000006a0259b09cdf23ac6076bc2c9a32599f4524c2a1547c172a1592 0.01 MB 25 131
122,083 122,083 0000000000006d103a7480769f0ebe7ce649cac457618ca772a0b253d99c9965 0.00 MB 1 0
122,082 122,082 00000000000070951d5120516a0f5e10be277fd623cb6329df1276fcce20823c 0.00 MB 12 632
122,081 122,081 00000000000007277156f56c20d8f4df6f2b956112d9b7ca418968efbb638cf7 0.02 MB 48 1,367
122,080 122,080 000000000000704c05f2cceb2c562a6109ea15da5d3f180ea25dca019f9d110e 0.01 MB 22 620
122,079 122,079 00000000000018327559e21e5115d58a27933818a9429d690cf5bbc83b4713fb 0.02 MB 57 1,991
122,078 122,078 0000000000001aa3a39df8b12ceb7e33fdb4168463b68e967bfaa551188ec47b 0.00 MB 11 0
122,077 122,077 0000000000001be0f273065774d16a7cd8a0a3bda4fee4f87e0373ba794baed6 0.06 MB 12 1,556
122,076 122,076 0000000000005d7af8535d813693d3c20dc942df3c00f3e3d684aa978d664774 0.01 MB 18 926
Previous 10 blocks ↓
Total Size: 769.12 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,630.12 GB sent, 93.49 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.