Memory Pool Memory Pool Refreshing

3,074 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,712 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (109,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
798,656 798,656 00000000000000000001b888db113d15670650fbbd42ad95e73456bcfe46bd7f 1.48 MB 2,283 15
798,655 798,655 00000000000000000004be27fab5dac6f922553bcb22fb72e4e0182877ab35c1 1.61 MB 3,368 20
798,654 798,654 000000000000000000029168bb41f9fb28ea8ca71bd01dd973db0aa3bb941b66 1.71 MB 2,516 13
798,653 798,653 000000000000000000048626ef6e9c423805988ff4f82692e76ffe53bde93fba 1.39 MB 2,681 23
798,652 798,652 00000000000000000000c61a42674700c2e4e9ee2a7b41548b1696f6d28d8eec 1.60 MB 3,528 21
798,651 798,651 000000000000000000049a74aae83a9b3a78bab1465f159ea4710f59d1b70b00 1.58 MB 3,344 21
798,650 798,650 00000000000000000004dc85726a321aa2e7595173cc6ab10cc9e1efc825bee8 1.51 MB 3,315 18
798,649 798,649 000000000000000000034eb4491c24c99428e7435174db43e7abbd54de329618 1.60 MB 3,578 26
798,648 798,648 00000000000000000001e0de116ac5285f549cf1bf79613938eeade799086232 1.64 MB 2,039 5
798,647 798,647 000000000000000000044c83c8ae02ab57d7f953f520c4b741806cd845efa7b6 1.62 MB 2,900 11
798,646 798,646 000000000000000000047856b7a2e4b290599f9bfc0f75c854ae59d7d9e915f5 2.00 MB 5,803 7
798,645 798,645 00000000000000000004a62179f207c80812666e6df3906a354d96e2c602a9fb 1.56 MB 3,581 16
798,644 798,644 00000000000000000001595edf8a4790dd7c252a7ab1184dbe2ea9f4b8d35557 1.78 MB 4,133 8
798,643 798,643 000000000000000000044a8b482460a1ad09f4c7ec1987588e0eba6cef38d9fd 1.24 MB 1,191 20
798,642 798,642 00000000000000000000a09b2274d257f801499bd6a7c3b39627f109bbd58dc5 2.15 MB 6,704 6
798,641 798,641 000000000000000000034411826c138bf43fb9984438d9758ca7824a22d157bb 2.11 MB 6,550 6
798,640 798,640 000000000000000000036cb49a8f99c0b54b8b7426d8ee8c056c445fdf12be76 1.66 MB 4,066 13
798,639 798,639 0000000000000000000468f803d86ed65df0f51c3becd12c039bd3c5d74636c4 1.70 MB 2,974 7
798,638 798,638 0000000000000000000251424d9108daf610968cf093659a1dda1acf83a02fb2 1.55 MB 3,230 21
798,637 798,637 00000000000000000000f33d0a8e47787da1634139db4e34ed152297df04c87b 1.82 MB 4,954 6
798,636 798,636 00000000000000000000aa8147f08ffc2867d38f0c28195c3b835edc4e2b6140 1.82 MB 4,447 12
Previous 10 blocks ↓
Total Size: 769.05 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,627.44 GB sent, 93.12 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.