Memory Pool Memory Pool Refreshing

12,312 transactions
4.29 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 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,664 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,796 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,663 (23,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,108 884,108 00000000000000000000b9a90229403666e2ba9c4149cc3d78228a838fd03559 0.73 MB 965 1
884,107 884,107 00000000000000000001e3ca05055e4d3d63de89d967ce01db07824396efbbbd 1.95 MB 2,120 2
884,106 884,106 00000000000000000001c03f0dfca26867d922a6e5c2e032e3e945e66d8c10b6 1.87 MB 1,985 2
884,105 884,105 00000000000000000000c1fe77c00b9bc84c12684578954362829f3cbac0d5a2 1.88 MB 1,980 2
884,104 884,104 00000000000000000001a048d3ff82523ae621c0f62536ea30863b11ee9c4a31 1.90 MB 1,678 2
884,103 884,103 00000000000000000000c548a1214727445027fff8fb5ef81a8746c3365e76b3 2.17 MB 1,936 2
884,102 884,102 00000000000000000000da64a1be92cb508b71344ec8f08092fe19ff7501ea5e 2.04 MB 1,989 4
884,101 884,101 00000000000000000000b01250bd1c67f73ef05182cb73229f84d93b3464bc29 1.20 MB 1,472 3
884,100 884,100 0000000000000000000038fdb8615bab9e8d6dc4fc90a216e35acac36b8f9611 1.05 MB 808 2
884,099 884,099 00000000000000000001ad2bf4a1289564bdd8a106e5f3cc33c1b8801da62f88 0.02 MB 61 4
884,098 884,098 000000000000000000024888d1e29f8c0e59956ca80bced2b57c8cb2bbe15b51 0.65 MB 1,069 3
884,097 884,097 0000000000000000000096e5b3015f727a69379bf973c247590cfa91858bb2e9 0.55 MB 1,083 3
884,096 884,096 00000000000000000002104a049a51c28bd2a78166eea43ed0de503f0dd2601f 0.26 MB 460 3
884,095 884,095 000000000000000000016794439f8f709dce729aefe6b35fa39e73ce52ca4c2f 0.11 MB 250 3
884,094 884,094 00000000000000000002544ccf519e572930a4b82d7971cbb56ace8d1fd7d2cc 0.49 MB 1,219 2
884,093 884,093 00000000000000000001f81ea4828f3cd330e762dc20ad35b7a50497134284c0 0.19 MB 384 2
884,092 884,092 000000000000000000020c5474f1a7a3b01ff4f2e1d0a9406a3ce097947d176d 1.85 MB 3,425 2
884,091 884,091 0000000000000000000057474b4c52e05163c58cf911a342bcd61f06838a02ec 1.63 MB 2,321 1
884,090 884,090 000000000000000000014ab99d0cede91d0438dd0d487c172fa606de3181c561 1.81 MB 1,568 2
884,089 884,089 000000000000000000004cefea40b1b9e631961eef8d3989af1f9902722880c3 1.81 MB 3,586 2
884,088 884,088 00000000000000000001d98da9de458e4e081ea1bc02b61cbd9b2b805060fdea 1.69 MB 2,322 7
Previous 10 blocks ↓
Total Size: 768.92 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,603.64 GB sent, 92.37 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.