Memory Pool Memory Pool Refreshing

287 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 268 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (761,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,829 145,829 000000000000046052285d02089b03a770d240d0ddf45774751be1336683c2c8 0.01 MB 26 156
145,828 145,828 0000000000000046d562041cd7c60fc8314256191e383602e78daaa6042fc4fa 0.01 MB 34 0
145,827 145,827 00000000000001128dc23d5c93665c43e528fc48c17e3b46fc26beb55a5a4149 0.03 MB 90 95
145,826 145,826 000000000000011c0c41b9e6c4b88c41c17f17ef43cc9362997d8f34ad9c8211 0.00 MB 7 41
145,825 145,825 000000000000079d7ba246596c4aa752cf4dd1f866bc59278d87e86f513c14e4 0.01 MB 31 190
145,824 145,824 00000000000008f66033c3ab2411ae3aa75470a632161a1d9c5b0503fc56d457 0.00 MB 3 207
145,823 145,823 00000000000001862d9968c8d88dfdf3eb76dd3934fdd591950130859ef8b43a 0.00 MB 3 0
145,822 145,822 00000000000006544a060c2dd90e3bb5d744921e98326d324fcad6bd796e6a3d 0.01 MB 28 248
145,821 145,821 0000000000000814b3ec504e1c0c178153051fea96c827d60cc116f3dbd48c5b 0.04 MB 128 63
145,820 145,820 0000000000000460914a043e28baae3f21a4c354ef4698fde3325f8196934052 0.00 MB 12 184
145,819 145,819 000000000000026ea7a9e5393406008382f15ab2afd6121304af19d27f1a74f3 0.04 MB 120 142
145,818 145,818 000000000000082d2ce11d98f317efdbab47326e8e0b1a30dbe61b20f4f0e40f 0.00 MB 1 0
145,817 145,817 000000000000089bc8260c184ceaa7bd57748b54f5eac2503be852d9ec38768a 0.00 MB 12 568
145,816 145,816 00000000000008dc91f87c5c56fec36c0a302897bb6c071d1735f9e41970de07 0.01 MB 29 140
145,815 145,815 00000000000006ae148953c68036d6dea980811f0ee94dac5547e167f691909a 0.01 MB 6 71
145,814 145,814 00000000000003524b6f2298d9e75e1a70f05dbb6839afad2045829026a122b5 0.00 MB 4 151
145,813 145,813 00000000000005a0f32fe4e26b1cb4783314f011e090702738e664f5879cff51 0.03 MB 89 95
145,812 145,812 00000000000004ce9bb7b76e84928e6b7c1e1b79b37b4f97b7ef8fe04491985f 0.02 MB 75 204
145,811 145,811 000000000000042d9de2290c1b277547eadf22b67a8b29a02a5aa98f9a13e6cb 0.00 MB 6 29
145,810 145,810 00000000000008e6c5eede1dcee237dadadfd99bbe8cff146ece5c9eb013df1e 0.00 MB 6 42
145,809 145,809 00000000000001fee5fa1f82c9d4c88b24853796c079719224744d1bb949485c 0.01 MB 19 61
Previous 10 blocks ↓
Total Size: 769.14 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,631.89 GB sent, 93.59 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.