Memory Pool Memory Pool Refreshing

1,878 transactions
0.65 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
891,079 0000000000000000000251050000000000000000000000000000000000000000 0.64 vMB 1,868 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 891,078 (2,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
888,768 888,768 000000000000000000018e8d852406295abab41de17b887546f3287d5558aa11 1.77 MB 2,915 6
888,767 888,767 00000000000000000001a7f87be6127aa3f083d52155a4f399209f83043d1224 1.56 MB 3,403 4
888,766 888,766 0000000000000000000253b0c57fea094f8863c8ca32f8ab53fdb10097c9cefa 1.49 MB 4,039 10
888,765 888,765 000000000000000000022d909176768d7fda2189e3b82a3757e0a879221ddc01 1.88 MB 2,256 2
888,764 888,764 000000000000000000000e44874975a3c03ed04fa8d3bd2e8cac04483c8e7909 1.82 MB 3,946 3
888,763 888,763 000000000000000000007790169d7193c8fb76dcc83698c8ba23d9092c5fec0b 1.80 MB 3,325 3
888,762 888,762 0000000000000000000045430b39f7d5771420ca1879442e570479ff6273174a 2.10 MB 1,711 1
888,761 888,761 0000000000000000000274554aa2aa6398078dc8884872fac558ac91bb57ad35 1.60 MB 2,758 2
888,760 888,760 00000000000000000000bdc8abc23a5614bb1d4c2b4c61b9ac706e05df1b223e 2.00 MB 249 1
888,759 888,759 000000000000000000003f274a82c792461f3902512dab7720b409fa1091d065 1.55 MB 1,406 2
888,758 888,758 000000000000000000003007139d0db468669ce4820e67fc2f02439591e0427b 1.66 MB 3,704 4
888,757 888,757 000000000000000000027886cd12c1fed53caf5975ce0881455f75bafcb262d8 1.39 MB 2,010 2
888,756 888,756 0000000000000000000124c60090a3766642e6e3500cd8d625fd9ce336d2cbd6 2.07 MB 745 1
888,755 888,755 000000000000000000015c9fb6fddc48bf201f0a7f1865094e3b32b6c9d1b3e5 1.74 MB 692 1
888,754 888,754 00000000000000000001a47d5a188817ee44a43537754bd75ccd2f136e95d59b 1.04 MB 263 2
888,753 888,753 000000000000000000000926f24510bdc180b0a46f079a718a050caab640a75e 1.58 MB 2,722 3
888,752 888,752 0000000000000000000056ecb9d01eeaca558a0598f4f1223a6aca72380f1fbd 1.57 MB 2,738 2
888,751 888,751 00000000000000000001de430ed4d46d6fb6feb3eb528259e64e30df08393ecf 1.55 MB 3,995 5
888,750 888,750 000000000000000000017d63a068643eefbb8824d3f05789c419d26c5e40137e 1.50 MB 1,479 2
888,749 888,749 00000000000000000000dcf7fd4ce9e479f8a902fbc6a0e67ff2bcaa8de3ae49 1.91 MB 2,122 2
888,748 888,748 0000000000000000000076176168ca9e82e87963706a502f498187dd463679fc 1.62 MB 3,820 5
Previous 10 blocks ↓
Total Size: 739.80 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: 3,518.96 GB sent, 160.08 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.