Memory Pool Memory Pool Refreshing

5,499 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (786,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
120,993 120,993 0000000000004b741ac6b5514fd4e19c8ed1ff3b78bb80bc0a6eed7ed61e6822 0.00 MB 6 894
120,992 120,992 000000000000941e65511aa5408d5db8a0140a686bd01e64bbdd34d5c7831246 0.00 MB 2 1,342
120,991 120,991 00000000000091fc5ae72d2c5a3c32f9e31206fd0bc9f6d3c80a9fb614dcff1e 0.00 MB 3 1,075
120,990 120,990 0000000000002f283c01d88eed0b948fab4f885ef39c66b109d5a17fc549e42f 0.01 MB 28 209
120,989 120,989 0000000000002812eecd335460ff3c2171d11df51989d247460e6e11ab8bef6e 0.00 MB 11 335
120,988 120,988 0000000000005aef4b7065038db827431088b52216f1a5249692e7046223a071 0.00 MB 11 0
120,987 120,987 00000000000062033f6c4ed1e44e1538a6c543c8937c030bccdb4d368eb62ceb 0.01 MB 15 636
120,986 120,986 00000000000062c28dfa926828d6b7b43bac3366a153542bd9e7f156d882b34c 0.01 MB 6 665
120,985 120,985 00000000000027987257100dd3c6337e3d41391f4736a9bdd1721a2108111e87 0.01 MB 42 255
120,984 120,984 00000000000000bb19cf058b82c71b021f0de98ac1ae36315396b0e65805e9bb 0.02 MB 96 40
120,983 120,983 0000000000004334e532084c786d0e15fbcd10ed096784319cf8944d973fb97d 0.00 MB 1 0
120,982 120,982 000000000000448253842df0ae6bedb71af40ff5dbf4f8f9443471361fc3b6f6 0.00 MB 5 0
120,981 120,981 0000000000008ba2594881b59f927b618d7539b44c6315dabe9173d237f2079c 0.01 MB 48 1,768
120,980 120,980 00000000000079f504aca0b771e37eb71d2ea263acf38c7bab77f8ad58e7c104 0.00 MB 10 1,582
120,979 120,979 0000000000002b5cecc48211794512bffe632337a10bb8dbf5cb5a82f386aa9f 0.00 MB 1 0
120,978 120,978 0000000000003648d4aff647ea4e4b61bb6ee8c055a0be09c5d10252d7aa2532 0.00 MB 1 0
120,977 120,977 000000000000609d4147b41cead0f8a7d966b6e721e0585c6257ebe6caddf45e 0.05 MB 164 56
120,976 120,976 0000000000003a8c92682547fbf0acab4cc2223192d77f6df8e437858b49b86b 0.00 MB 10 332
120,975 120,975 0000000000001dcc62bca24efa6271c4c9ffc5e60067a3c2ad64e352fd13f2d3 0.00 MB 12 1,413
120,974 120,974 00000000000026bc82ee2da9b2a7a240aae8a9112bc81a78895f1d138d9a1db5 0.00 MB 9 575
120,973 120,973 0000000000000e011816b36f39b1e0b84682e84720e79ad58643e741b295b060 0.01 MB 41 2,026
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.56 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.