Memory Pool Memory Pool Refreshing

10,805 transactions
4.66 vMB
Show Random Selection Loading Transactions
Max Size: 26/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 ago 1.00 vMB 3,713 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (793,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,835 113,835 000000000000198a78cd8e628fbf442f8db75ac76397bc7d3981a9de86a8e658 0.00 MB 14 0
113,834 113,834 000000000000b696db4fa8b8b8155584929bb818397b895b162c25727fa895bc 0.00 MB 6 0
113,833 113,833 0000000000000e8fc6023fc0b150deef2671b82abf2b5f50b1a5d9dd80ff7194 0.04 MB 139 26
113,832 113,832 0000000000009d2f0d5fde9d79a63fbeb092e0f969ca1a0d4270039ea779134f 0.01 MB 27 0
113,831 113,831 0000000000001ac0520618a2ff4483c371240e264cff843f9736843a061cb856 0.00 MB 4 3,151
113,830 113,830 0000000000003a0972745ced055db0ea3702e940336ecedd5eb535fda43a4dd2 0.01 MB 14 988
113,829 113,829 000000000000d5508abcc2305f9ec097b221aac88f78c250d6ea4a133a6d3048 0.00 MB 11 1,451
113,828 113,828 0000000000001296762c135f620c28006ec1ee1c6bc41d117ad07ed375e8f054 0.01 MB 36 112
113,827 113,827 000000000000bf93b45ae9fb8f8fbfc31777d5af3a0c11ca95946904f402aec3 0.01 MB 22 437
113,826 113,826 00000000000080ddce1a0fd5c4c6ef1e08054dc5912c39f85f621130f6f0c425 0.01 MB 16 582
113,825 113,825 000000000000c01ddf410cb46f24b69a43d44fb1ad6c6fb3649aad9ffe0374d0 0.00 MB 4 0
113,824 113,824 000000000000521f0274d4465b2d3d215dec5bce3418ad176388eca3c4b99502 0.00 MB 13 0
113,823 113,823 000000000000bf66e1c94aa50ec6d21eb7df5db6da13750072538f921328ec8d 0.00 MB 10 357
113,822 113,822 00000000000046f73c80d934d50583a047708ea5262e7581115fa8ed12d60ba3 0.01 MB 20 197
113,821 113,821 00000000000045fb8c6760b5edd624d8d69aeb2c39458bd5d0843772b0befce5 0.03 MB 124 25
113,820 113,820 0000000000005e7842585808602c01c2cc1133df1780c2ffb076b4cc17de4f87 0.00 MB 13 711
113,819 113,819 0000000000008f5f8bea447e9b6b45be1b7f2b63fb2008a17ce5f6511f2e8f7c 0.00 MB 1 0
113,818 113,818 000000000000d4c9256efb7f3c4bffe46c39e3b506f113f1b5224766f5274d9f 0.00 MB 12 0
113,817 113,817 0000000000000ef0e024749a8071dae0a15c474f0d3b7238702eb797e3219d57 0.00 MB 15 0
113,816 113,816 000000000000148caf110b95b65836afd62fbf95e8ca7516b5aef8a7e3235370 0.03 MB 116 0
113,815 113,815 00000000000014293a884407ea5ed2ed30474e2d24315d26b9a4cf35b1e49a22 0.00 MB 9 1,142
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,625.06 GB sent, 93.02 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.