Memory Pool Memory Pool Refreshing

2,691 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,871 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,026 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,870 (735,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,714 172,714 00000000000007250f2d1ab4bf48cde0187bf75e14b5111c367335908e033b1d 0.01 MB 31 210
172,713 172,713 00000000000005da87567589d78b46e995ca3910ef143813c08780c576e10b76 0.04 MB 134 58
172,712 172,712 000000000000015417a33c78ba17582956a705083dcd8c8f304ab55229c71155 0.00 MB 13 40
172,711 172,711 00000000000004e10273e83da6d86995b6a4e6e29eed1ef4c824d0a81d59866f 0.01 MB 23 309
172,710 172,710 0000000000000515a5f25c1324178f73aa31fe727dc709bba3bad8877c00f44b 0.03 MB 53 313
172,709 172,709 0000000000000ab31ef0cdf2c63c6992fc51e08282702d0b24a85f2aeecc101c 0.02 MB 23 81
172,708 172,708 0000000000000495299104c4e6aa152d1c74b99d942f4d4017b20ff023cc98b7 0.03 MB 77 114
172,707 172,707 0000000000000192304eb3f3c836e5251a0efa195e8633de213b57a10ae45736 0.00 MB 1 0
172,706 172,706 000000000000050c708cb10e433e0581af892531f4b7addad342884fc515b945 0.01 MB 22 16
172,705 172,705 00000000000004dbaf9ba83ed9b301f3bf73c302f8bf3ec588af948811f10b5c 0.01 MB 48 53
172,704 172,704 00000000000008a1ba4398bfe825de8cf39d4a75d6d8872eaccc95767d4a7858 0.04 MB 94 156
172,703 172,703 00000000000003e9efb7dfde395f2be305f798fcc4d7dbdff17130a4a0e115ae 0.03 MB 46 204
172,702 172,702 0000000000000643b29d22aa7736bec14c705f1e19a0635e8db6044b8cd76c2e 0.01 MB 45 177
172,701 172,701 0000000000000599d6c3e0fabcbfe80934429b6e88f92321e981d83ac977710b 0.00 MB 1 0
172,700 172,700 000000000000053519bec78fea96d175959cb233a43830afac764013e06d705d 0.03 MB 74 201
172,699 172,699 00000000000003302ac27576be180bb45e0b19c4f4e99286ce481199150fe83c 0.01 MB 5 0
172,698 172,698 00000000000009b1c97852d64969009a4691179ba63ae7d71c46d655fef2a6b9 0.00 MB 1 0
172,697 172,697 000000000000046f0c95960b5fbc143e9f811cbe2c88ad23a904df27ea069fdb 0.02 MB 54 137
172,696 172,696 000000000000063908a76d829875cadeecfcb10a3d373c8905ae09204edb0dca 0.02 MB 28 60,408
172,695 172,695 000000000000042b10dcb6a33544edcaf616a5e304e96270a833ed453302e953 0.02 MB 63 64
172,694 172,694 00000000000006fd321cd88158be63cde60082079d0f219d9312816212de2079 0.01 MB 20 66
Previous 10 blocks ↓
Total Size: 769.30 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.65 GB sent, 94.43 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.