Memory Pool Memory Pool Refreshing

2,530 transactions
1.31 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
4 sats/vbyte 3
3 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
907,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,578 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (548,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
359,529 359,529 00000000000000000a2ab0f044a7e4ce01e9184d4257754a8c4f5fab3334872a 0.10 MB 69 4
359,528 359,528 00000000000000000f7bc696654c091ba2ae8858fe789fc52b8cd0791deb9b9c 0.11 MB 136 16
359,527 359,527 00000000000000000b8da8519cf82676bde512c0f2b040846557457068e78e9a 0.55 MB 929 25
359,526 359,526 00000000000000000bab29ec962125b4c7db3310bb773889036b020900db60a5 0.17 MB 234 17
359,525 359,525 00000000000000000eac0a94ce0d8f2671e91f61676c4a71974f2800d07f93b3 0.27 MB 488 23
359,524 359,524 000000000000000006609de0a5ff1ebe1855c1bd4133275e43a989639f39e243 0.30 MB 529 24
359,523 359,523 0000000000000000087b990c783111cd4343e2c736332078aa613fad011c4d38 0.51 MB 621 19
359,522 359,522 0000000000000000080e837bc00f37c0072757e4511c0b3169cf0befb08b6004 0.75 MB 1,563 31
359,521 359,521 0000000000000000031f24145b3327444877452395c5426f1e38383d3985b307 0.58 MB 1,126 26
359,520 359,520 00000000000000000942bca388e00322bfaa53984ef9165f82fe81c9b53733e3 0.24 MB 453 27
359,519 359,519 00000000000000000930b5c00fd9a4f1ab0060d0961df311caba81e675b343da 0.58 MB 933 24
359,518 359,518 000000000000000013f2acf6d67dd9e791a57d37fcdc721331e561b14c0d3391 0.34 MB 392 12
359,517 359,517 00000000000000000896ac83156fc2844ccfc3df5bcc7d242c1e141be0c993af 0.46 MB 1,037 34
359,516 359,516 00000000000000000b7878e4026a3865d0419eab9449675e87d84b49253bb9ae 1.00 MB 1,910 30
359,515 359,515 00000000000000000899d5516813f605556f6eee8c49a7a63695d13ec44bfbbc 0.14 MB 242 19
359,514 359,514 00000000000000000ec70a6922f2b351c29a5f4b0f211ca2f48e271827c453f6 0.28 MB 331 12
359,513 359,513 00000000000000000e0d1bb730aecb8dfc6840e4719ecc399153f05cbb734fcd 0.75 MB 1,311 22
359,512 359,512 000000000000000003ba1351bfe9530e2c86c97f806cf151507923f2db97c6e9 0.05 MB 98 45
359,511 359,511 00000000000000000d304c5bf63603bb7d1a8a8ad512f48605a0948bde15126e 1.00 MB 1,437 13
359,510 359,510 0000000000000000090fdab84f18f95cd7fd22969a37169945e85c978d2db7ba 0.54 MB 896 24
359,509 359,509 0000000000000000016e872b34d59ae1fe1298881f3cec1412fcf98381791970 0.75 MB 956 21
Previous 10 blocks ↓
Total Size: 769.05 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,627.42 GB sent, 93.12 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.