Memory Pool Memory Pool Refreshing

1,264 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,605 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,263 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,604 (813,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
95,282 95,282 000000000003cd96decd25ce207d3002334f15053d8f0c4d64716d620a97c31c 0.00 MB 2 0
95,281 95,281 00000000000651e8ce04c1644b7665abd20bac97df866f20f1e8b4ba369292c5 0.00 MB 1 0
95,280 95,280 000000000007404001910eda82312107cf2dee1e8105857e650fc60f27335f27 0.00 MB 2 0
95,279 95,279 0000000000040b0bf029b1b3447de634de5909c7df7e38806ee6d5d2b31d92f9 0.00 MB 2 0
95,278 95,278 000000000005016827e3658bd062c5a4d7b7f3a5259dd1eca863545c97afbe2f 0.00 MB 2 0
95,277 95,277 000000000005fe07a3728ef2c985e7cec7fc80c28c257914b7624ba76d7c39bb 0.00 MB 1 0
95,276 95,276 000000000000a02a11f0b12797e15abb82497e4b6a472e8a9936b219c2103ab4 0.00 MB 1 0
95,275 95,275 0000000000018614ea42afd4c66e595e7ddc22ed0c351c64d5c8b3eab029c653 0.00 MB 7 0
95,274 95,274 00000000000336a925b0e62644d00cae820eda91786d849e4f6538056195b8f7 0.00 MB 2 0
95,273 95,273 0000000000066853fefdbcb1d1fd6405581000e6e4aa25f5f30bd8095d921106 0.00 MB 1 0
95,272 95,272 000000000007488878207b49b74df255942705405f599199473a691804628a28 0.00 MB 1 0
95,271 95,271 000000000002ae7c7a6b02205a8189613a0e8107f24f6e30693c9f344e4dc237 0.00 MB 2 2,283
95,270 95,270 000000000001005f7880d707ac7c1af13f8725dd5ae836d9226354585f27de35 0.00 MB 2 0
95,269 95,269 000000000007b74812934d2b81a525081cb4530159d080b75613a72d2c626546 0.00 MB 1 0
95,268 95,268 000000000001899afdb16656578ce2495c86435f919dc7f78c54328c3775758e 0.00 MB 1 0
95,267 95,267 0000000000066b15fd52238915edaf1fce1ca891ac7110a6ea45705b8845073b 0.00 MB 3 0
95,266 95,266 0000000000008b24fe9960df61ca857042d1db9383c0130018782c7812fa1d82 0.00 MB 1 0
95,265 95,265 0000000000009c5ab45adbdea32aecffd4d8f53cfab9e98afe54f77966e24781 0.00 MB 5 0
95,264 95,264 000000000002e1082529f1bc03cdfa5c493de849f8b53ded41d169ff8d9ba87d 0.00 MB 3 0
95,263 95,263 000000000005ec81bef2d632954b8f1cee885db041232e90dbb33a754618e00e 0.00 MB 2 0
95,262 95,262 000000000003b490ce763680d7e199541003e9adbbf0f1b5342dbfeec1fcf698 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.82 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,849.65 GB sent, 101.06 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.