Memory Pool Memory Pool Refreshing

2,570 transactions
11.35 vMB
Show Random Selection Loading Transactions
Max Size: 47/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,341 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.98 vMB 2,463 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,340 (902,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,980 5,980 000000005795a59fb1b1ec304af65a747a73bcd66c6200286392e8c47375a924 0.00 MB 1 0
5,979 5,979 00000000862e368008109249209ab82652b294d45f69f98b670fd78ac6eaabbd 0.00 MB 1 0
5,978 5,978 0000000023a6db2eb5ebd4045692676a474871628fb1df3e54eb5871dfb79ef4 0.00 MB 1 0
5,977 5,977 00000000b225bff1ddefbf7c5bdfc50b19aed87958532634dafa17dc62ed1556 0.00 MB 1 0
5,976 5,976 000000004426ab753a1b3200a81baea251f6914e2427668906dee1b8df015788 0.00 MB 1 0
5,975 5,975 000000009e2b227a3bc1f65cfbff4ee1556501a31db849e5a5be46be3acc69eb 0.00 MB 1 0
5,974 5,974 000000006b67f1eefedae06fbf6c0c9dba1a74d187110fd063fbc1d76bf670a4 0.00 MB 1 0
5,973 5,973 00000000a007bc9cee66fa22462d0a43627e3e93700dbfc4396b05ea1b9a4635 0.00 MB 1 0
5,972 5,972 00000000dcffd6a47d1be3e8a0ed45b50dcb952da7e737d03500d5fcfdc9b8b4 0.00 MB 1 0
5,971 5,971 000000008e50d4fcb8e8dfa0d9f5679882a730f90d88be2580f2763a199b985e 0.00 MB 1 0
5,970 5,970 000000007dcbd6505710437090b76273870914ffea29ee61958f6f06240b1590 0.00 MB 1 0
5,969 5,969 0000000069d30d02057843289750ed3e2a6a19c394125de570d3405cfb623c95 0.00 MB 1 0
5,968 5,968 00000000fd1224e16cf1e52aecd12cb5ccfa26ef61fd8421c487e1de2b141749 0.00 MB 1 0
5,967 5,967 0000000037edc632cc7e27c03edd92e2b155e9e04ddd32e30e45a5db32a4934c 0.00 MB 1 0
5,966 5,966 00000000e422ed7d6d9395c762736f7a7d22467812a5f7fbe1c32e23437aefda 0.00 MB 1 0
5,965 5,965 000000003ad30fb5fc04cc7d26be67dca4a51ad5100501a9f14f831294cebddc 0.00 MB 1 0
5,964 5,964 0000000089be5fa6d7834ec3560612fdb66ad1553d0971858d6ead8985ab88b6 0.00 MB 1 0
5,963 5,963 00000000907772f1d0fcbbedede3847b42264045c31e723ce050fb0a1d926a35 0.00 MB 1 0
5,962 5,962 0000000007c7bba9a86bdfe0f613b76a521e7af8960a348ec401fb6a0ce1a0f3 0.00 MB 1 0
5,961 5,961 00000000ddf0c079fb6232270d79ef3f85102d2ed74603412da7ca95a37bb2a5 0.00 MB 1 0
5,960 5,960 00000000a70804e462feebaf48f2ccf36c646c84e5de8e589a90c0b703e7c4c7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.30 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,701.76 GB sent, 98.77 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.