Memory Pool Memory Pool Refreshing

3,506 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.95 vMB 3,500 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (174,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
733,348 733,348 000000000000000000018ace950af2181ab2e1e0b7622849affb13506f4af45d 1.18 MB 2,008 7
733,347 733,347 000000000000000000090e42f6c61524f9c021335660996e6504ca2c6ff588f0 1.10 MB 2,015 7
733,346 733,346 000000000000000000018f0a52e0ef379a701024963a01f81500f5704d18abc9 0.84 MB 1,150 5
733,345 733,345 0000000000000000000580efe2f30ceb5b1bd9b04f239ffcc1e3253c18b14821 1.54 MB 2,742 8
733,344 733,344 000000000000000000060e51237623c8c0e7157409a84a973d38472e4722bc9f 1.36 MB 612 2
733,343 733,343 000000000000000000090f467c895b1ec7067612d820c500a4619eda1f289c3c 1.50 MB 1,857 7
733,342 733,342 000000000000000000053d4acc64b27feb66867e64c5bb0080ed910c58b3ad14 0.63 MB 1,087 7
733,341 733,341 000000000000000000015162e8e8f4c24208f8d33d2f988eae840220d003a417 1.15 MB 1,803 7
733,340 733,340 00000000000000000007cf09658e1c80f68f5ae397b3b6b63ef9ed1a507a3732 0.64 MB 1,194 7
733,339 733,339 00000000000000000009e230b21e6b505f39dbf96b234ccc531eab96a024d41f 1.15 MB 1,213 6
733,338 733,338 00000000000000000008ca18b1af72fd1aa87451f1c6c1f821d14e0dc694254d 1.56 MB 2,171 3
733,337 733,337 000000000000000000024906ae27722e6e3b8109cb3b54d74a8ad077658af42d 1.46 MB 2,359 13
733,336 733,336 0000000000000000000151a9258393e969aeac9bbd64ecfbc767c0bcbe88a771 0.82 MB 1,577 6
733,335 733,335 00000000000000000008c14e872be411461dd9aaf61bb6a4b2b5e5321daacf14 1.11 MB 1,322 5
733,334 733,334 000000000000000000091f471e125ee4d2581593ad99581d0bdbdafb4a391fa7 1.53 MB 2,867 9
733,333 733,333 0000000000000000000986ec22f2dd2a55e925f9521cb5e643edda2c292e1ba9 0.87 MB 271 1
733,332 733,332 00000000000000000005d0bfbe83b72e6535127de0c0bbb593a82d2071ff4a59 1.59 MB 2,595 6
733,331 733,331 000000000000000000023990d163e748910aadd8fb9e92c1e27d55b9b34d199d 1.25 MB 1,634 5
733,330 733,330 00000000000000000006540040859de449e7112102d9a933be9cb48cabf303f8 0.85 MB 1,441 6
733,329 733,329 000000000000000000014ab873a6d50ac63d9770141eda7dcf5e0d20b9ae6824 1.39 MB 2,902 8
733,328 733,328 00000000000000000006bc576438daa41060ac8bd4c60d9cf9b0f485e45485b6 0.49 MB 1,075 8
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.64 GB sent, 93.64 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.