Memory Pool Memory Pool Refreshing

3,404 transactions
1.17 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,964 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,958 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,963 (784,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,059 123,059 00000000000044b6110082e48f2ac1620106142a76329d6c8db674db139fe2c6 0.00 MB 8 0
123,058 123,058 0000000000005e5f215abea94942ecb1be9d4f0961cfdf8af55c0e92b578beea 0.02 MB 49 1,578
123,057 123,057 00000000000015c6d3dc5404feb7488fbf037f35711daaf309142b676eb27a5d 0.00 MB 6 351
123,056 123,056 0000000000000e72ad54344dbf4d495f7182c5e85b2a082b90f6f74cd7394e12 0.03 MB 105 1,150
123,055 123,055 000000000000595cf32bf240c408bf93dfda354d786fea41b1b212c29d6882ac 0.00 MB 1 0
123,054 123,054 00000000000057beb305cfc6277e627c778657539c6b076f94df208ee6d06101 0.01 MB 22 470
123,053 123,053 00000000000066f0c4d34b2a9a11754e3d3266c73938441329d9c27ee50fc0f3 0.01 MB 10 555
123,052 123,052 0000000000002ee40eeca087c3c2eb660539f139d7d48978fe7b2f49c3905528 0.00 MB 8 570
123,051 123,051 0000000000001660ec03fc1d3444c34abfc1a07ce6b227e2cdff4f1072c83b8a 0.00 MB 11 0
123,050 123,050 0000000000000f9d26a843d64e4e50174c9cb5ee9576ea89f0dee69e4b54a81b 0.01 MB 6 76
123,049 123,049 00000000000021ab4f8d56644538eea7da038ed81cf6344b64419fb0acf08d13 0.01 MB 22 0
123,048 123,048 00000000000042cef1ea8b08f8a235da4e55215e2f70e7ee17b8b13017be72c2 0.00 MB 9 3,488
123,047 123,047 0000000000002252c3756a05ed43ebe8524ef1150b9ef893c3c861c0451bb2eb 0.00 MB 9 0
123,046 123,046 0000000000001dc518bc3d09ff81f205fdc38ff3b0dd1774e70a772217e1182b 0.00 MB 2 115
123,045 123,045 00000000000031456abc0885cd77ea0301eabe775b1e74250572abf56e44d2e2 0.00 MB 6 0
123,044 123,044 00000000000017ad9a4763d0ecad27edb6ae1f51aaa08ce454e70cd98b153774 0.02 MB 87 2,563
123,043 123,043 0000000000003339617c0cedd130b978af1639ed89c55cb3bdc6f7a12d716004 0.00 MB 8 0
123,042 123,042 0000000000000da7b3db7a966232ee4140ef6419136627a17ee01b7f3e05b8cd 0.00 MB 11 859
123,041 123,041 00000000000049fa5be502e5ae01b9bcba9719ac8629899c3ad79d38ca6482d5 0.01 MB 15 346
123,040 123,040 00000000000004200f8e86469954d0b01dc8aa9a9cc9ab018ce99281f4a40b98 0.02 MB 21 296
123,039 123,039 000000000000479de7df494b25c838f0e102d696e08ad2bb74066d7a7ae69511 0.03 MB 49 346
Previous 10 blocks ↓
Total Size: 769.48 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,646.37 GB sent, 95.33 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.