Memory Pool Memory Pool Refreshing

2,741 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,817 00000000000000000002349e0000000000000000000000000000000000000000 0.75 vMB 2,702 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (467,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
440,321 440,321 00000000000000000357d39127603b70257cf00f417c8cb059bdff3a3ca101bd 1.00 MB 2,310 108
440,320 440,320 000000000000000001bb2e76bfa2f1fdbefe89826df793716cd3c368758b5ecc 1.00 MB 2,599 89
440,319 440,319 0000000000000000025ac3f0ad22ac6accb4c2e22900a479c8b2ffbb48e495ce 1.00 MB 2,588 80
440,318 440,318 0000000000000000035faf320803ebaf1d888fa62dc7c855c0075514e026386c 1.00 MB 2,123 92
440,317 440,317 0000000000000000011f99afdc230b60d43c098c512e12c43ff878b787705c13 1.00 MB 1,620 72
440,316 440,316 000000000000000000b9caa4c930267814789d247fcfba6e1ec1b0353c709c1e 1.00 MB 2,669 75
440,315 440,315 0000000000000000002ae1a35c57e559e3cb8fde0d25205518623fb1a33f3834 1.00 MB 2,012 86
440,314 440,314 00000000000000000350e7437a92110cf0e22f956f7a1a1613fda4461f5b6b08 1.00 MB 2,663 93
440,313 440,313 0000000000000000022cf804b394be089a18ad61603bde4d019a9bf8d1796ba3 1.00 MB 1,927 77
440,312 440,312 0000000000000000019c65a98883a56c6d971c752fcb79071b68d78796ac8b31 1.00 MB 2,137 132
440,311 440,311 000000000000000003b6d6984b495bc63ea2fea7ec177055e26978763523d838 1.00 MB 2,047 108
440,310 440,310 000000000000000002743a6967bffe3176184e3926d0b1850d504942461ea4e0 1.00 MB 2,423 87
440,309 440,309 00000000000000000108c5e488526c9363600f9ca05c53bbcef5545504e26f4f 1.00 MB 2,092 65
440,308 440,308 000000000000000000005390f1f6ee3251b22f45ab47203f4e3862897a8fdd6e 1.00 MB 2,696 71
440,307 440,307 000000000000000003482bcbf31bd0e4e2f73766227ca72ed5d9483a1f17ec87 1.00 MB 2,164 69
440,306 440,306 000000000000000002bbebb14e8d62187587824866c10dd0ad0d640c327cb0e7 1.00 MB 2,132 86
440,305 440,305 000000000000000000a11328710c53ed628dd944c7675f850d3cbbfdb67f9116 1.00 MB 1,887 123
440,304 440,304 0000000000000000006defb06a37a42d33ae1eeaf2494c565bf7e34f43d1450b 0.00 MB 1 0
440,303 440,303 00000000000000000221d9cc15139ce418cf3ae41556d26ad9b0077b3b1d02a3 1.00 MB 2,486 122
440,302 440,302 0000000000000000030c1aa3985b51f38a61f09126f58750080d4bad2502a98d 1.00 MB 1,664 58
440,301 440,301 00000000000000000353ce61f89e96cb6f41c7901fa4c5d6c307f8fc84bc5769 1.00 MB 3,071 64
Previous 10 blocks ↓
Total Size: 769.19 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,633.71 GB sent, 93.90 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.