Memory Pool Memory Pool Refreshing

9,166 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,842 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (707,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,715 199,715 00000000000000de9953e482942ca2ed3c148c2190d397623edc355c9aedee9a 0.01 MB 24 59
199,714 199,714 00000000000001bc23f19330e86cc9098c2ffe58031f308772ceefc65bf581aa 0.04 MB 65 87
199,713 199,713 00000000000004f99757934cde9e3f02ceb95f3e19f1ec830300cefd51384fe4 0.15 MB 332 131
199,712 199,712 00000000000004606fc1accdddb9bd3a6b5d4ad5b2629e82604315f031569e40 0.06 MB 212 108
199,711 199,711 00000000000001cf3c2312e6abfdd51c3566b9c4eedcad277294580c7f817853 0.01 MB 27 121
199,710 199,710 000000000000049092f039c151640c531b2b7034a7d7866f60376d9990c248f6 0.11 MB 246 118
199,709 199,709 00000000000002a78df1d111b41a7e955e4335181711274f4dfe8c34cc4961d9 0.11 MB 230 130
199,708 199,708 000000000000049c0c05d540aa367ccfdbe4b51eabb599dae1adcced1cf4767b 0.05 MB 127 197
199,707 199,707 00000000000001d4a80bd31e06a7a19b17554cbc123ced4c5516b16ee89dea48 0.18 MB 339 128
199,706 199,706 0000000000000244f7802098c1c8757d143cca81f7572b982811a0c1d85806ae 0.05 MB 119 126
199,705 199,705 000000000000059067524de7b19f1c92e6012f44b3dc2e456ecd1a20dbf80363 0.08 MB 281 101
199,704 199,704 00000000000001eb85901221c418bd718fac68c70460b5c550cad1d48715a5d1 0.00 MB 14 153
199,703 199,703 0000000000000194dbf6e6dec5e7a5788c9de0631393c6ecf67e861dbb96595b 0.06 MB 90 95
199,702 199,702 0000000000000048aeec9fbe09d5afc9e5e1d713b12019da1616044efa50a79b 0.06 MB 154 127
199,701 199,701 0000000000000553795edcbb8989856e02e1eee90ac9063d39c6777ee46cb853 0.13 MB 299 167
199,700 199,700 00000000000001fb7e83dfd3408839ff84027488d0f821157e6221faf4b91fec 0.05 MB 132 103
199,699 199,699 000000000000012cc20d7f41fae6f224594f6cca094485c23ccf13be83a4ea70 0.05 MB 106 379
199,698 199,698 000000000000013fc9bc44d3648eb7d84ef423042228527f5b728989a36bf892 0.05 MB 110 194
199,697 199,697 00000000000001ba9fd2965009420be60e58e156d97a411379c5e91677621c58 0.01 MB 19 188
199,696 199,696 0000000000000480f64fee36eca3aa74377585b4f773072891a30b15f15960db 0.05 MB 118 125
199,695 199,695 0000000000000039b8832a46c953b006f61cccb253d54acf8608bb9cff1f2916 0.02 MB 41 216
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.