Memory Pool Memory Pool Refreshing

2,386 transactions
1.08 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,941 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,139 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,940 (184,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
723,032 723,032 0000000000000000000a1507cc992a3072be08fa11b3ed893c72f0b4255db930 1.33 MB 286 2
723,031 723,031 00000000000000000001f5d21b01f77fc6f335adf1d55474060c84bf99121f2d 1.52 MB 2,649 10
723,030 723,030 000000000000000000097819374bcf340624798d2ebb77f8fa5108790a5bc0d0 1.67 MB 1,709 7
723,029 723,029 00000000000000000007fcd2180a2322e4af69cfb6cb5577fd3ab87dff809ee3 2.22 MB 445 2
723,028 723,028 00000000000000000006a0ee7d9d598224c0c80834da6ceacfc55c849a67ac16 1.98 MB 1,476 2
723,027 723,027 000000000000000000009d4909326e0ce190e31c6f5764317258d8ed583925f3 1.42 MB 2,654 17
723,026 723,026 00000000000000000009bfa2e7c11877ab5716be427319078294ade046cc8fd4 0.13 MB 300 11
723,025 723,025 0000000000000000000075c1791368f253b649a5b99804fc15ceea53362e4ae8 0.30 MB 492 9
723,024 723,024 000000000000000000086b488507660e195d40e4e2abf09f4b4a34d385673db3 0.72 MB 38 1
723,023 723,023 000000000000000000078a33a8193c122dde35c382277a3e4cd8a694b52cae66 1.46 MB 1,398 7
723,022 723,022 000000000000000000057430adb7dbab5dfe87a3f1d079daf7fbebe5503c1576 0.19 MB 293 5
723,021 723,021 00000000000000000002cb86f449c055f284169e78fa1f6e673216309b0ea690 1.53 MB 2,881 10
723,020 723,020 000000000000000000061b5d6b895e953de6364fd4d0a09c9114445b78cc86cf 0.55 MB 1,088 9
723,019 723,019 00000000000000000000008ff10f4ef190438ddcd6fa62a24108ce762f19b3b5 0.05 MB 108 9
723,018 723,018 000000000000000000097b3347ecb27b429061cddba5e81479bc36029077bc96 0.76 MB 1,373 10
723,017 723,017 00000000000000000006b30d28740a7fec7141ee44b60c750ecc7bebdff45174 0.82 MB 949 6
723,016 723,016 000000000000000000012f89af00d74b266125b614fc252714fdc02e53b8e41b 0.06 MB 132 11
723,015 723,015 00000000000000000003b16dd25535021a649a3ded18d6c31d62c0a6347361e7 0.20 MB 345 9
723,014 723,014 000000000000000000025360b019be054b69cbdb93e1010ba18c4e6688a4f730 0.20 MB 467 12
723,013 723,013 000000000000000000038e0505db17a36bca55101750cea876622e356690f217 0.58 MB 1,321 10
723,012 723,012 00000000000000000002c85507c22754ee73a01ab1330c02edadd4f6a192f061 1.21 MB 1,532 25
Previous 10 blocks ↓
Total Size: 769.43 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,645.57 GB sent, 95.10 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.