Memory Pool Memory Pool Refreshing

3,624 transactions
1.12 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,608 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (650,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
256,971 256,971 0000000000000027a97e82c7c4ad4a834c93e682b571572c75c9a06dc48c0c7b 0.06 MB 149 143
256,970 256,970 000000000000001a18dd84f6fdc64db341d5c559b85d65937b5969c6ecd95a9d 0.04 MB 88 92
256,969 256,969 00000000000000124d455d9f600e43ad10aa41023dbe7ddf049b5f9b3e58f2b5 0.03 MB 54 131
256,968 256,968 000000000000000c72f60d9fdeb6debda697bb84af1b9822c2859c43d7dedebb 0.09 MB 181 64
256,967 256,967 0000000000000001e1b04ab48bf3bcda5d43ddd4d2d609b13189ffb6c98103c4 0.25 MB 541 81
256,966 256,966 0000000000000010d01439368b51b94aa5b1786b18c2b84574007a33c8b49362 0.19 MB 350 161
256,965 256,965 000000000000001c7c4b236438d2764d3f01a3fc90c4257bc64de4085c228724 0.25 MB 485 117
256,964 256,964 0000000000000016dc1bfb0bf3c653127709d7bf5981e5404be9bf9e95b2f3c1 0.23 MB 422 88
256,963 256,963 000000000000002899cb6d7c2529c19475ab3437f8336bab76616a3e1021a600 0.25 MB 278 58
256,962 256,962 0000000000000023b14ee4103f97921d6163f2baa37d2e7efc5d056cb84a340b 0.50 MB 857 89
256,961 256,961 000000000000000c15dfb68cc1abead192f718cf8b772977d79938f3a4259afa 0.90 MB 3,861 13
256,960 256,960 0000000000000021c6ceb6bc81fac61e3dc176672e5e5d20569990b94ffc09f8 0.50 MB 679 121
256,959 256,959 0000000000000011af64254bd8fc3ea2ea7f3dad3d3a2ad3c9aeebe65fc96816 0.18 MB 455 126
256,958 256,958 000000000000000c72351c8f47957bc28517f4ded767130032f75f31fe0869ad 0.13 MB 305 134
256,957 256,957 000000000000000f465e3aa789f55987eb765f956b784423f2410a249c72d65d 0.05 MB 119 81
256,956 256,956 0000000000000009b62ed771e20645d54fc1941dd55690a0fb881d917001e8c9 0.22 MB 524 150
256,955 256,955 000000000000002a639deb2f9b693d38ca58caf5fd501e6e48a157adff4ce9b9 0.20 MB 444 107
256,954 256,954 0000000000000027e22a076ec3409cbdbc0ee11c38ec9f38d7126b8b2351d62c 0.03 MB 47 66
256,953 256,953 000000000000001cd47ae97302fe0618d998fbbbe079039ceac28cc755424c34 0.02 MB 38 76
256,952 256,952 000000000000001410278b731345fd3f5861364b5da46eccf572dc0688a18a1f 0.02 MB 71 148
256,951 256,951 00000000000000130be3befe546de1e10bfa3b810d949bcbd4cd823370728ba2 0.12 MB 261 103
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.