Memory Pool Memory Pool Refreshing

2,058 transactions
1.45 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
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
899,961 0000000000000000000237740000000000000000000000000000000000000000 1.00 vMB 1,872 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,960 (16,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
883,233 883,233 00000000000000000001469e7bdebccb845ec33ddb75aa54a4e3f2251cf4a0c2 1.64 MB 3,536 4
883,232 883,232 0000000000000000000191b74bdc5426cef8c5ed397ccba2d1e11eb56db381f3 1.82 MB 1,923 1
883,231 883,231 0000000000000000000144ced606b75d8070688c6fecf7f1567850ca3ffdbf0c 1.61 MB 3,208 4
883,230 883,230 00000000000000000001c55626b85b4b3ecb33f67645356a2b01f4dfba893679 0.51 MB 803 2
883,229 883,229 00000000000000000000f6fa8a0dbc5638b8305827403d456987406e95718b8c 1.16 MB 1,329 2
883,228 883,228 00000000000000000001e15dac6bb95bd43addad3e47039abff6cbcaa63ce58f 0.81 MB 2,190 1
883,227 883,227 000000000000000000010a6926733f0574886e0325f00fcc6437643ab73579c6 1.77 MB 2,595 1
883,226 883,226 0000000000000000000028a7932f6d2d826b2b3afa3f91da0551f744e632772e 1.95 MB 1,110 1
883,225 883,225 0000000000000000000241af763a46ad578e804dcef07a6056411a8a1c1138d6 1.97 MB 94 1
883,224 883,224 000000000000000000012809e6e5c800302a399788d3cfe1a889a77ac0704349 1.80 MB 2,111 3
883,223 883,223 00000000000000000001e3d29b7fa91b363f1e0b9bab16275d18fd7130c901dd 1.88 MB 423 1
883,222 883,222 000000000000000000024d54dfc2acfa46df8a0d81faa555ffb0ee3eca6eb83a 2.01 MB 652 1
883,221 883,221 00000000000000000000e7147d1a401eb3b4b7355bfa59415e0adce3141d5c56 1.88 MB 2,537 2
883,220 883,220 000000000000000000003a7eb230012ccc39950836f817d46b3490ab728ded7b 1.51 MB 3,521 5
883,219 883,219 0000000000000000000267aabe6aa85c73072c0e438e416816c37978062941cf 2.05 MB 823 1
883,218 883,218 00000000000000000001360649420fb7c222bff89148ed7f0f86d1b28f5024f9 1.60 MB 3,555 4
883,217 883,217 0000000000000000000179042cc642eee78c26e71185d10a006ebd50b01cd317 1.90 MB 616 1
883,216 883,216 00000000000000000001f34e73018d1c2a47f9ea8833f4b865d663396cd9ddd1 2.03 MB 1,427 1
883,215 883,215 000000000000000000019647715cb351acfdc69fad2d504ed62a51be1e595f57 1.67 MB 2,148 2
883,214 883,214 00000000000000000000b89cd013d1f759fcafb8ef2553aedb2c065025a8be1c 1.65 MB 1,554 1
883,213 883,213 00000000000000000001abedd7896e7a33301ee06c158f989dc19cd7ceeb510c 1.64 MB 3,139 4
Previous 10 blocks ↓
Total Size: 755.91 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: 545.80 GB sent, 27.86 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.