Memory Pool Memory Pool Refreshing

10,692 transactions
3.23 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,171 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (758,053 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149,811 149,811 0000000000000b3ac883360e7857f92da020b28e54e88913853ce1ad95c00172 0.00 MB 18 308
149,810 149,810 0000000000000398d263b3e89dfc7656b9e6be01d488526148cfd62300e5b13b 0.04 MB 158 1
149,809 149,809 000000000000029f30b4192540d8487b4b76fa0694e071a78e5f7b8a684a43dd 0.02 MB 56 299
149,808 149,808 00000000000008133cd701b967890266221f8bfad44734d7006647e0fbd56d03 0.04 MB 74 120
149,807 149,807 00000000000009e989ba22e2a1c0aed3b7deb82a7c8c31417b6ff293f6b76468 0.07 MB 109 218
149,806 149,806 0000000000000097df052690c2bcbde400485e385879d1ecbc98e0b03db9c07e 0.00 MB 1 0
149,805 149,805 00000000000001fc057822b3330920f9e7eba93a679569d53b7a3b49f1126bb6 0.03 MB 70 107
149,804 149,804 00000000000005e7fa8a0fc225eb357840345881f7b1c286b1a6cd08aefe1a55 0.01 MB 32 126
149,803 149,803 0000000000000701885419b401d9daf4645de04cf8b55da25f7b589a9622a0a5 0.02 MB 53 182
149,802 149,802 000000000000037feac333c9a41536e6d033054df7c31f32e44d7b3706c5caba 0.01 MB 19 342
149,801 149,801 000000000000039fd2c710ed8db5a61b0b21ebcb04bb5bbfb7d9d57dab42cf29 0.03 MB 56 690
149,800 149,800 000000000000020f1438e884f93b7c6196c4d1672ee875a4364f92e62b6c4bfe 0.01 MB 45 75
149,799 149,799 00000000000007962a6e6d741823a6c51cc5ece9ab7eab05a39fd7de8261b2bc 0.01 MB 14 164
149,798 149,798 0000000000000b3830fdf5109034829e3781c29892fab34401fb5a551872eb95 0.02 MB 59 95
149,797 149,797 00000000000008572585d4cf5512b71ed5b36a7583c5bb9b26aae951be974e5f 0.02 MB 35 187
149,796 149,796 00000000000001e4c4619a7b59d5122af3fda7428482732898f078947e122440 0.03 MB 50 272
149,795 149,795 000000000000039b7db652dabe49f6db45bfa261c091f7e0d7c5a7fd52864efb 0.01 MB 14 213
149,794 149,794 00000000000005cc3c12167fb31b854d00bdc0bd376f9db8edbb9d0e1b819281 0.04 MB 140 115
149,793 149,793 00000000000006818d4c0856e580c9d9211ff4e1418d28981f3044d70d593c05 0.02 MB 57 23
149,792 149,792 00000000000009b66700e9e56c17e8681b3674ee73e136abc32916ac6b531945 0.01 MB 14 207
149,791 149,791 00000000000004c885f42da8323fbdcbdcb52ec2ef5fcf144e6c86d8da4ba3d0 0.00 MB 16 190
Previous 10 blocks ↓
Total Size: 769.29 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,642.50 GB sent, 94.38 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.