Memory Pool Memory Pool Refreshing

13,614 transactions
4.31 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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
907,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,792 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (615,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
292,120 292,120 0000000000000000c06b1f3e23ee99d808f657e0d8d5c6bf8140467352499e63 0.21 MB 512 53
292,119 292,119 00000000000000009d516e7e57568ac8cfe3fe32c75a09c47011498727464874 0.10 MB 162 27
292,118 292,118 00000000000000000798a3b007e17bc86f1b29dad17966763474118ca9237629 0.23 MB 272 22
292,117 292,117 000000000000000047b6b59eb0d627dd5fc77d4f9ad93b23e57c7888461a87e1 0.16 MB 319 44
292,116 292,116 00000000000000001b9deabdd1e374db4d41158363476d0553fdf0ed565a491e 0.08 MB 85 5
292,115 292,115 000000000000000020e0d7b7913f3410852462f33dd3bf9e8bb89958cfdabade 0.08 MB 138 31
292,114 292,114 00000000000000007c5b602d3392c85cf4152ec4297fda8ff8ab80aae97415eb 0.08 MB 90 18
292,113 292,113 0000000000000000c72a81f74bfe2d646adf5ddffa67cb0523ab18ce47d91805 0.07 MB 102 30
292,112 292,112 0000000000000000db345e423d946bb92be8543b8153d3d9e53e9e0554c23d53 0.34 MB 567 31
292,111 292,111 00000000000000004791780470fc1aa663913f58aa39a8a01151e5ad49f07cd5 0.09 MB 256 57
292,110 292,110 0000000000000000dd51b12152493415a1df0e3af908bf0d79dbd0fbfaa086e3 0.12 MB 278 38
292,109 292,109 00000000000000003055c3398d2b31cc935d88f90b42eaee0476bee7b0e25edb 0.03 MB 18 12
292,108 292,108 00000000000000002f262712195a406b9839d863d0308f6df0253377cab4b57a 0.06 MB 146 31
292,107 292,107 00000000000000003d9de9ddafcc4d48b195592d2565ce1d6f366bef24410a4c 0.26 MB 685 50
292,106 292,106 0000000000000000b6ac0b9d26a0f7e141aa77a4e2b8d19ac262f888384eeca8 0.27 MB 573 38
292,105 292,105 0000000000000000f6103f4ad4395d1e6126f66fac3aef031d290d983efb1917 0.09 MB 256 62
292,104 292,104 00000000000000009105d3129335c2ba44eb6cbda99fdc37b36d7beece5af463 0.28 MB 580 39
292,103 292,103 00000000000000009de7c0492d7a79fca4c6af1fab8e1edc5f99d08e4d1c9000 0.03 MB 64 72
292,102 292,102 0000000000000000c688096b54debeda02179a1a4ee16ebf9b79a671dfd60faa 0.67 MB 1,099 28
292,101 292,101 000000000000000009ca3a7816de0b37a86393d1c06b0dd139175cea5fa9c73e 0.25 MB 803 73
292,100 292,100 0000000000000000c5436d1f651915bedd176ef0c0921969327856ceeb462f45 0.05 MB 98 45
Previous 10 blocks ↓
Total Size: 769.02 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,622.91 GB sent, 92.96 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.