Memory Pool Memory Pool Refreshing

3,818 transactions
1.46 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,902 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,444 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,901 (895,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,097 12,097 00000000cdc075c6bd27c9e4b04b31d288601d1ad2539588e7bedbd3e032d5d3 0.00 MB 1 0
12,096 12,096 0000000083f8b6d4f1d818b7e8771e1505cb9fd2259702257ea409afa5ff63e0 0.00 MB 1 0
12,095 12,095 00000000fa8a7363e8f6fdc88ec55edf264c9c7b31268c26e497a4587c750584 0.00 MB 1 0
12,094 12,094 0000000017d578435a12a00d89dc19423e22b0e36a69e1886033cd47f97bb4d2 0.00 MB 1 0
12,093 12,093 00000000c245907b5d28bd9a68eebd5a49a22e44fc4df29ae97c6195010f0e3c 0.00 MB 1 0
12,092 12,092 0000000053dc1be0b1e957a5d4bd4e0a5a94e03d14c17ed6b069da986a22865c 0.00 MB 1 0
12,091 12,091 0000000099886ab27f77b03fd3ce402cf3f2f5e81f587a5a6006f9cfad2ad4f1 0.00 MB 1 0
12,090 12,090 000000001e8e6bc5a1cd4dab4690c99435078f90014ef3383b8773ec12396ebe 0.00 MB 1 0
12,089 12,089 0000000043b359c7cba6a09939ae59ead5eefd6e306d9ef481a89f4aa909a268 0.00 MB 1 0
12,088 12,088 000000001e4f278088dede2438c5688bdff4a6d17804ec02c722e3e35324dca7 0.00 MB 1 0
12,087 12,087 00000000b1b0dfd9a757a9bf63e68a4ab534846592349a0f3818272418fa5826 0.00 MB 1 0
12,086 12,086 000000000dbd22355a23d7e20ce6e61ff40df1acb50aa9945533b54f1e640097 0.00 MB 1 0
12,085 12,085 00000000c5fb3593013fba691413200f21e939d126e1700410eea43b7dbe6c23 0.00 MB 1 0
12,084 12,084 000000002e174db1dfb7e7e396505626c7540501f5283c6ea3fabfce8b4521e4 0.00 MB 1 0
12,083 12,083 000000007cd2218a298a7fbb0c6e446fe6ef934c8fd2bbfb8e9ac7b390fa68b9 0.00 MB 1 0
12,082 12,082 00000000c611fb63e907ed0883ebb472853fe4d4133a8a1df0abfeb4940baeba 0.00 MB 1 0
12,081 12,081 00000000e3aedec9a23e57b0908bce85584c151f698c24fb8ebbce5e9f9432f3 0.00 MB 1 0
12,080 12,080 000000005f9b0fcff0ead546ae1807b1b1f6ddc7da20de9ec587a9b591a93853 0.00 MB 1 0
12,079 12,079 000000006ebc4602bd3771c80a7de1ca73ca5b3823773678b13c58275851b41d 0.00 MB 1 0
12,078 12,078 00000000e18852021c581ee6dd1af22d87ed53587981a3e7cbf8bef66c8306ab 0.00 MB 1 0
12,077 12,077 0000000019e50afb90e591ef786872e39f1a24caf7abcaa61f85f0ca6b6850e1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.36 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,643.69 GB sent, 94.74 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.