Memory Pool Memory Pool Refreshing

3,563 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (419,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
488,000 488,000 000000000000000000f980eebec0616501eead146975f1df5ca9a1db40309547 1.01 MB 2,246 272
487,999 487,999 00000000000000000088242a1d783ba3415713073115801e01b46784f462d047 1.02 MB 1,673 152
487,998 487,998 0000000000000000006f286becc3641a03d1d7c9523b7ca2b4cc0503a14b4352 1.00 MB 1,875 135
487,997 487,997 0000000000000000004f7f80a6a7624c8fe9d230d6ee7288a9924b89468f6327 1.00 MB 1,495 126
487,996 487,996 000000000000000000edb5d0264921f5ddc6d648463d6ff75dd884c75999a823 1.03 MB 2,126 168
487,995 487,995 000000000000000000201618c0dc5fe33a90350c1d1fd6e842796e0721b895d0 0.01 MB 24 422
487,994 487,994 000000000000000000d57364a41b9c5d2db24f6b46f71b0df6f9db7e8b495d9c 1.01 MB 1,504 79
487,993 487,993 0000000000000000007f0b83c7b50ff5c90f610fa37d958ff87e6866eabd2111 1.00 MB 1,065 20
487,992 487,992 0000000000000000002bcbc9ee3d688f0939c48fbf05d295cf4c1ad5d5925b41 1.06 MB 1,486 85
487,991 487,991 0000000000000000001c42ad652d0cdb399697856c7ccf8780b876ebf16edc5a 1.02 MB 1,288 36
487,990 487,990 000000000000000000c423ebfe8a934a6cfbd3e8616386dca4b103acec2adda2 1.03 MB 1,452 46
487,989 487,989 000000000000000000411ce7f7c1d3c6fb11f8f80c27e734e04ccc8dc54fb1f2 1.03 MB 1,965 95
487,988 487,988 000000000000000000f81b328a4cda32e43013883fb69cfffadcd1ee2c8eb6a9 1.00 MB 2,470 80
487,987 487,987 00000000000000000012117cb6ee708541d8e78eef9238fa59cd515324a4dfcc 1.00 MB 1,857 126
487,986 487,986 0000000000000000009711694675cfd8a06fc0fe231c6a625e2187bbbd761312 1.02 MB 2,303 132
487,985 487,985 0000000000000000008e038d4990d7dc91b757cbaf20bb19008977954e847984 1.00 MB 2,541 119
487,984 487,984 0000000000000000005d23ee93c7aaa6659d8a46230f9e2ae2b2f01c198bb8bf 1.10 MB 2,358 125
487,983 487,983 000000000000000000b5da5bccdb7194fddc455fd86aa5b3419075eef2efd24b 1.00 MB 2,580 151
487,982 487,982 00000000000000000049e7ce5360e92fda562db227fb52495cee09e031012717 1.00 MB 2,584 160
487,981 487,981 0000000000000000009ce2b25f0858c558ccdc93235733884ca2c966e0049eb4 1.00 MB 2,626 173
487,980 487,980 0000000000000000006035aabf3739b8612994933eac9cd9884f1b2114ce4107 1.02 MB 2,013 141
Previous 10 blocks ↓
Total Size: 769.05 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,627.46 GB sent, 93.12 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.