Memory Pool Memory Pool Refreshing

3,933 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,916 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (78,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
829,100 829,100 00000000000000000003975faf4e009f29ab4f90e86ac9abbafab3c613111752 1.55 MB 2,876 38
829,099 829,099 00000000000000000002e9802feeff2ff3bb387982bdbfa861c9711ee1937d24 1.55 MB 3,188 82
829,098 829,098 00000000000000000001d76da2f93de3d4ff289bc098c09ba76f3b4655e3bf91 1.57 MB 3,214 80
829,097 829,097 00000000000000000002180fa178eda5b1dff328b88d69f1a52b11b3b9619685 1.63 MB 2,692 46
829,096 829,096 00000000000000000002e88de58b303ae865f499d751ddb72c3656c47cf2fc24 1.71 MB 2,467 36
829,095 829,095 0000000000000000000208938f358531359aba52b9fb56085e3004d77282259b 1.55 MB 2,447 46
829,094 829,094 0000000000000000000154000651aae8d40919725a137416b63b4905c2a44c42 1.58 MB 3,363 82
829,093 829,093 000000000000000000005dc484cec85b2c043f46ea81c6a63b821aefef492e89 1.68 MB 2,284 67
829,092 829,092 00000000000000000002f74f7cb4674a7d2bcf4f60cca5fda2bd1df347c245ed 1.02 MB 232 23
829,091 829,091 000000000000000000014b8dc030837f39792d5e93dc9169632f488c4968d669 1.26 MB 1,242 34
829,090 829,090 00000000000000000003375b38bc5640ae02d7e8f9394b36afb1152c438fcc3a 1.28 MB 1,300 33
829,089 829,089 00000000000000000003548adf6b8b1129f4af8440ed7bc46b13dd6535ac1b20 1.15 MB 301 25
829,088 829,088 00000000000000000001e39149129dd2068a1b46babb310b1b5f8217588ba243 1.32 MB 995 37
829,087 829,087 00000000000000000000b2c5d5fe62433bcb2ff60903b474cb850f51c3b1e694 1.09 MB 654 27
829,086 829,086 00000000000000000000dc8f4a6ea9f3b73b9ae409bc68962bbcd0eabb6447b3 1.21 MB 502 27
829,085 829,085 00000000000000000001f5b123fdbd96f8345d4fe0964e3a4259645c895ad3a3 1.07 MB 549 27
829,084 829,084 00000000000000000000e07af038e7f2d0c356c057374d2dd7636236c8b8922c 1.31 MB 1,160 33
829,083 829,083 00000000000000000002965e1699e7db065bb3161ac5889647c8eb0bcbda922a 1.82 MB 2,541 49
829,082 829,082 000000000000000000009729dfb534e1391763f3a4395ee7959823e432afe313 1.48 MB 1,598 26
829,081 829,081 00000000000000000003b46a3738b800f7107b54379fbf455cb4891907fcdd89 1.66 MB 2,592 72
829,080 829,080 000000000000000000020aed9340944484b1ec21c4b5d9051b8f3b14acf2393d 1.06 MB 454 26
Previous 10 blocks ↓
Total Size: 769.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,642.60 GB sent, 94.42 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.