Memory Pool Memory Pool Refreshing

7,254 transactions
3.38 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (777,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,837 129,837 0000000000000b7b1968a0de4607d53d7517c2dbd352a2ca3ac086bdce0c68a2 0.02 MB 35 748
129,836 129,836 0000000000000a3cd9d245f20eafd91f13f9a3eb22b3416617a3f25514c2a8d3 0.01 MB 22 1,750
129,835 129,835 0000000000000f1ac81ecc7c305c4c473ed263d2a37706dd776a035e608d3949 0.01 MB 28 1,016
129,834 129,834 00000000000001f1b074a2c66233443778f40649532cf59efabf4b08990372fe 0.03 MB 95 195
129,833 129,833 0000000000000ec0bea8755f347ad1e05edfbadb75c39c106ee3ebc3d648c61c 0.05 MB 139 412
129,832 129,832 00000000000006ac038f4cb5c8c3caac5d014a036558957874df10a8f25f4c64 0.00 MB 1 0
129,831 129,831 00000000000005572ceb83215b42daeccfe08f0302a7946f41200b81f2dc852e 0.05 MB 145 403
129,830 129,830 00000000000008c1ae68eafa28ebc67ce4b1e90e2eb977f72db6281b92972f1a 0.01 MB 18 1,234
129,829 129,829 00000000000004170bed520d362add350309d2ab9ca1f8be85b913721a84640d 0.08 MB 200 1,826
129,828 129,828 0000000000000a7daf92fb6cd9ca39bff2c3134c9c746c80a82a33c50548963b 0.04 MB 145 626
129,827 129,827 0000000000001bb6fa16ac5ab85667ae68ead53a140141a18fe9bc2c089c5eff 0.05 MB 169 133
129,826 129,826 00000000000015b8d47a77b58e7aaa309213172a62acf734f816fd3c8940aa62 0.04 MB 71 1,045
129,825 129,825 000000000000067bd3b600174b8fc56e174e7b579f7aa9689ce5ec7f3805acf4 0.01 MB 13 1,240
129,824 129,824 0000000000000bfaf179404b0467d8d9466f9a78737ada7f7fc29a8a766ebcfb 0.05 MB 129 372
129,823 129,823 000000000000113b1960d51a9937dbfa3e0982cc56ff64236727ee4b8c784882 0.03 MB 81 1,346
129,822 129,822 0000000000000c83e6642e0d307b2e3e619ed80a36097311a9d7ed679bd7150e 0.04 MB 87 973
129,821 129,821 0000000000000ddff0ec1981ea92d3e17d044d35ce0ac9a770072b10e9cf426e 0.03 MB 68 478
129,820 129,820 0000000000000b05f0677ddb8fbb3ea394453846710efe380122c82499e7ea29 0.01 MB 28 1,066
129,819 129,819 0000000000000aee0a23fd2c5274a3c9a2b4387d9a8971d8b9266064e7ee89c6 0.00 MB 3 2,877
129,818 129,818 000000000000167f4f8533dfbcc4fe42c466bddeab2538970148ab6ac1bd291d 0.02 MB 39 968
129,817 129,817 00000000000011f21c3e32cbb577ef7f8d783fc44c5b2189e8635e489cc7b3f2 0.02 MB 61 320
Previous 10 blocks ↓
Total Size: 769.03 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,624.84 GB sent, 93.01 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.