Memory Pool Memory Pool Refreshing

1,492 transactions
0.57 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
908,011 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,492 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,010 (746,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
161,063 161,063 00000000000002f0fc6e629f4ea2263e19dd1b282cb948d6e9e4220058f5fb9d 0.01 MB 12 31
161,062 161,062 00000000000005a60bc681075eaeee4da25dff9b0b0a3f4c04881be02fa2624f 0.00 MB 12 25
161,061 161,061 000000000000025e7d36e9b4811ebc68c503c12ec75ca01d068ff1058f7ad8d7 0.03 MB 51 60
161,060 161,060 00000000000009e64b48a917f46ebc0f7fa3efc8dc096bd3f138de6050547072 0.00 MB 6 72
161,059 161,059 00000000000007cc505df7a9a423ea65d1a4ebed6f13d4bbd5fc08d6bfcfcb50 0.02 MB 32 256
161,058 161,058 00000000000005ef83b684200b806dc91a858526860d04126230b7e4705cf47b 0.00 MB 9 21
161,057 161,057 0000000000000615f442f95ae5ab5c35df2e6b8f366036b1390e4e2418de95b7 0.02 MB 72 53
161,056 161,056 0000000000000e364af51293ed6b408d8a35209c6a14a81d3692dfb30cee1267 0.06 MB 36 70
161,055 161,055 00000000000005dec4b1222a50545940ac98d9d5480d39d0c2363cfd0894f917 0.03 MB 60 214
161,054 161,054 00000000000006acc8855e1c370570e5dc93a1c14b4572d4bba4b4f6d70dc51a 0.01 MB 20 421
161,053 161,053 000000000000054813bebd841510338ab8d3d0c0a2d35eb512849633d8087bdd 0.05 MB 104 141
161,052 161,052 00000000000006a8663bc68c5be8dcf284bee734d2a1e0ef4077fff5a9eb2187 0.05 MB 52 56
161,051 161,051 0000000000000ac211963dadd4fb41b6523fbbba1483a1c8522caa3ea9e41584 0.07 MB 26 81
161,050 161,050 0000000000000ca9819528f85919cefd6372af48f0bef93e2d3068180cf3619a 0.01 MB 17 52
161,049 161,049 00000000000008bdd61636bd5d3181c6d651c8918f788671f40e824ff7b1b980 0.00 MB 5 65
161,048 161,048 0000000000000310c7f3a45c096d7094f42f0776c09af210c38a7a66e584c0ce 0.01 MB 5 15
161,047 161,047 0000000000000d96d843c7a67560604f969afd9fab80a68974f17dccd7a42ee0 0.00 MB 7 64
161,046 161,046 0000000000000aaa687326ac6401389c4ef13699ec8b3f4100788ede431306b9 0.00 MB 11 58
161,045 161,045 00000000000001f0362e98ac72975a1d012933879dd219a4bebc0a6e56e7f6ad 0.02 MB 25 235
161,044 161,044 0000000000000491f7f90e7a6c5b3cc94e02d4715baa9bb41047b4db626d9cb4 0.01 MB 35 111
161,043 161,043 00000000000000253ead846ce6a00d39d014a797a2e7bd07bb0d7703594fca4d 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 769.57 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,649.48 GB sent, 95.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.