Memory Pool Memory Pool Refreshing

12,740 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (23,104 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,612 884,612 000000000000000000024f5765fc883cd04663892017e5f2d084703bfe0237bf 1.70 MB 4,049 3
884,611 884,611 000000000000000000010f6b3e3082d408d7021a6f1d7e08a33cf9ae5af432bd 1.66 MB 4,354 5
884,610 884,610 0000000000000000000063ec527f1863e12ef42f689c62b21d23652535ff1bc1 1.71 MB 4,330 3
884,609 884,609 00000000000000000001d9040e30d46c71f06d0546524f0ebc21b58e77495799 1.88 MB 4,294 3
884,608 884,608 000000000000000000014142c9a539e9a39b9b08539087ed3eff90f1d056623d 1.60 MB 3,489 5
884,607 884,607 00000000000000000000ade28b340c1ae5f3a22509b1e7d22407c476cb5aad37 1.65 MB 3,465 4
884,606 884,606 00000000000000000001cca9aef228d320127332445e44adb593a8a50c82b83a 1.41 MB 2,948 6
884,605 884,605 00000000000000000001d631abaefef1d34c59e831b1e32d4ba6588ed269fe09 1.68 MB 3,039 3
884,604 884,604 0000000000000000000180ac909c312042b42209e4a2c01ad09fb1ae5bb8aaef 1.54 MB 3,750 6
884,603 884,603 000000000000000000004638a9d52aa3eeb8628112df7203a3691f199cdb98b5 1.76 MB 4,846 3
884,602 884,602 0000000000000000000182eb2e204d5ef43225ab422db6ab83d0fee75606f1f1 1.76 MB 2,283 6
884,601 884,601 00000000000000000000b00bfc2537266ea20b3e326f8c779b717296449a163e 1.72 MB 3,134 4
884,600 884,600 0000000000000000000193ac728a2385768794842392bc4a225a469957a8b5b0 1.54 MB 3,648 7
884,599 884,599 000000000000000000024d2ac118e4f25c3a6582858a1b0e87d2bab0f674b546 1.54 MB 3,898 6
884,598 884,598 0000000000000000000013cf5ac3c8f0f8bdb7d6b74e3e34fcb8e0e4a6b88009 1.62 MB 3,095 5
884,597 884,597 00000000000000000001174ab9d6d5860ee4621b287b8499e46bba11811d701d 1.47 MB 3,764 6
884,596 884,596 0000000000000000000009f688fb460c5f878005ef943b9e75c7ff333313285d 1.61 MB 3,690 4
884,595 884,595 0000000000000000000249ddfd92d9720df235f3a56714fe30e17931d18292fe 1.52 MB 3,847 8
884,594 884,594 000000000000000000021897205b024e9e958b6de50552091dedb6b6713a8417 1.36 MB 2,552 8
884,593 884,593 0000000000000000000159bb667d5249750fd440cd95fcea8ecba76e77aa681f 1.62 MB 3,493 4
884,592 884,592 000000000000000000020e95a8f7540b1193373b8d0fa20fe11fae9ed7b1d14b 1.76 MB 4,602 2
Previous 10 blocks ↓
Total Size: 769.01 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,622.19 GB sent, 92.93 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.