Memory Pool Memory Pool Refreshing

8,452 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
908,293 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,370 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,292 (842,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,126 66,126 0000000006b0ee2df983c5e0b6c734277f761cf16149c9aebaf75a9027e198e6 0.00 MB 10 0
66,125 66,125 0000000002f340a5cfd994234955721a770394f09ecdcd999c1636d195c67de9 0.00 MB 2 0
66,124 66,124 000000000477c2d95f3a872df9d6a043adb5c3e2a95b3a685e01ae7814c2a5b8 0.00 MB 3 0
66,123 66,123 0000000007c5600616a94ef6805410cf7ab4bf49a8d875516cb264f60e2dd3e6 0.00 MB 7 0
66,122 66,122 0000000004a60dfbc57b1a4cd88525f76b33edc8a004f1f6e3790630726bc41a 0.00 MB 1 0
66,121 66,121 00000000040360ab3bdba143d79442528f9a26afe1fb20531cc17b750bfe00fa 0.00 MB 12 0
66,120 66,120 0000000002df1abfff5a820ecd6e73590339968049109b52ffbd3dcdd2a6f710 0.00 MB 3 0
66,119 66,119 000000000700b9d85f7aa83becc4059f08decb0a7d89f9be3278f9a6471571d3 0.00 MB 1 0
66,118 66,118 0000000007c7d83f4b3e9dfa2df6d247c479802ae859322501d0cd61e91f15f0 0.00 MB 1 0
66,117 66,117 00000000045cfcc59e9ab14a0966ea60d229a65946c3822aff35dc46f542f67b 0.00 MB 1 0
66,116 66,116 000000000814075e6a588bf8b86649e6cb986b0707a26d4fbea5bc05296b8e0e 0.00 MB 1 0
66,115 66,115 000000000808dbb319506665b5a6ef2f2509ceed5ebab62031d12cf31edd4c07 0.00 MB 2 0
66,114 66,114 000000000866b2e81d02fcd0aeaa9d1def5efaac5526b09664f2bd1c23d9b4ed 0.00 MB 3 0
66,113 66,113 0000000007e4ca2001c4f986f29d18e6875e4f5c2c6b97d1e7f13a8337d7b280 0.00 MB 1 0
66,112 66,112 000000000607f5ec43b129f21e14c19f2ad5bb03d4aece2c010bfa9a0c1e1728 0.00 MB 4 0
66,111 66,111 000000000600a274111e992dc253e541eaf64dbb32537ee464caba35e814ce2f 0.00 MB 14 0
66,110 66,110 0000000007a916e42ac557f2180ceb8e928fdb579e01b132005c861e4a39634e 0.00 MB 1 0
66,109 66,109 000000000969776943f92238e404efa3d3fccaec019860dac9917e841368b4cd 0.00 MB 1 0
66,108 66,108 0000000000a24bcc9a7d6c8df4b3c5246a47c47036507c1c667f2408ec999aa5 0.00 MB 1 0
66,107 66,107 000000000589674e154097f5c37065e620641a64af7df8df85c1b97300744db4 0.00 MB 3 0
66,106 66,106 000000000022e4a6d0941be5a9c8e3567c282621286835321c17b4cd5e9f7271 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.46 GB sent, 98.35 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.