Memory Pool Memory Pool Refreshing

7,978 transactions
3.66 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,901 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (761,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,945 145,945 00000000000003788194e62311993e53b08f2fc9ecac13054e69bbe8280ff81a 0.03 MB 38 42
145,944 145,944 00000000000007d90b2d2a6bf08087328847c7f365e43caf47b1941f7383c6e6 0.02 MB 35 79
145,943 145,943 00000000000001e5d816255e3c0fb2ec16fc823793ad684f30791733cc78685c 0.01 MB 34 0
145,942 145,942 0000000000000400b255f206fd9e53b877f5263a6b7d51257f481a4f614213d1 0.04 MB 82 185
145,941 145,941 00000000000007a4f9bd6e41aab43438f6e297730cf83ba40d6fa12a31ff93b8 0.00 MB 15 109
145,940 145,940 0000000000000858f706c1f6e3da644fb93e04184b767683d57cf552534ff70f 0.03 MB 71 88
145,939 145,939 00000000000009069df63106a91c063a0feb8e85480b484a1dff20c04529ad27 0.03 MB 85 90
145,938 145,938 00000000000003af7e38b1e7ec08b384e23a3841b32325395b167720cac94356 0.00 MB 12 1,323
145,937 145,937 00000000000007b2e1c9ff3a6e683893accd103a4631028733675c8d511b30ee 0.01 MB 18 0
145,936 145,936 00000000000007e810f6670b2c261fa48b816362e097b518680da7fa2411dfdf 0.01 MB 22 248
145,935 145,935 000000000000018d275f25cd1053d98acb4c0b7b7f306beabefe4b321c294198 0.04 MB 80 32
145,934 145,934 00000000000004cc5d5f0cd9e939d190f4d9310bcb3e16086ea73d04ef6b7058 0.01 MB 39 79
145,933 145,933 0000000000000397a400f8ab86a3bd4ba246840be95984242c8da790d415578a 0.00 MB 6 354
145,932 145,932 000000000000068e3c2746ee5e33b3e8c24abc45ab8d410f576500dec899f2f2 0.01 MB 14 51
145,931 145,931 00000000000006f63f53569539e4e6aa742a01d9e0e2aaf8532ae2f2e3ab1749 0.02 MB 41 121
145,930 145,930 000000000000061793572763dbf99b31c2a4f4b0a6495843e94c8bb2f4bf180d 0.01 MB 10 76
145,929 145,929 00000000000007b8ecec4512751b86d7868bc4d70867cfcf05c93a7696f9ac17 0.01 MB 13 53
145,928 145,928 00000000000003a4d28ad25f29ecbb45895b394c931a3be5357027f9bfe01d06 0.05 MB 73 362
145,927 145,927 00000000000009345e67bfbd5878b97e204e19466dbeb2fbf94cf2a273d87f4c 0.01 MB 20 202
145,926 145,926 000000000000069013f69a0420d8bc38a102a8088c60fe5819e0cb86ce4b37b3 0.01 MB 31 0
145,925 145,925 00000000000006bbecabdd477103f5249f2214becc4e5c57fc2e8331a8b426a7 0.06 MB 72 128
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.89 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.